struct Aws::SQS::Types::AddPermissionRequest

Included Modules

Defined in:

aws-sqs/types.cr

Constructors

Instance Method Summary

Instance methods inherited from module Aws::SQS::Types::Input

fill(params : HTTP::Params, serializer) fill

Constructor Detail

def self.new(queue_url : String, label : String, aws_account_ids : AWSAccountIdList, actions : ActionNameList) #

[View source]

Instance Method Detail

def actions : ActionNameList #

def aws_account_ids : AWSAccountIdList #

def clone #

[View source]
def copy_with(queue_url _queue_url = @queue_url, label _label = @label, aws_account_ids _aws_account_ids = @aws_account_ids, actions _actions = @actions) #

[View source]
def fill(params : HTTP::Params, serializer) #

[View source]
def label : String #

def queue_url : String #