class Amazonite::Sqs::RemovePermissionRequest

Included Modules

Defined in:

sqs/remove_permission_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(queue_url : String, label : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def label : String #

The identification of the permission to remove. This is the label added using the AddPermission action.


[View source]
def label=(label : String) #

The identification of the permission to remove. This is the label added using the AddPermission action.


[View source]
def queue_url : String #

The URL of the Amazon SQS queue from which permissions are removed.

Queue URLs and names are case-sensitive.


[View source]
def queue_url=(queue_url : String) #

The URL of the Amazon SQS queue from which permissions are removed.

Queue URLs and names are case-sensitive.


[View source]
def validate! : Nil #

[View source]