class
Amazonite::Sqs::RemovePermissionRequest
- Amazonite::Sqs::RemovePermissionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/remove_permission_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#label : String
The identification of the permission to remove.
-
#label=(label : String)
The identification of the permission to remove.
-
#queue_url : String
The URL of the Amazon SQS queue from which permissions are removed.
-
#queue_url=(queue_url : String)
The URL of the Amazon SQS queue from which permissions are removed.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The identification of the permission to remove. This is the label added using the AddPermission action.
The identification of the permission to remove. This is the label added using the AddPermission action.
The URL of the Amazon SQS queue from which permissions are removed.
Queue URLs and names are case-sensitive.
The URL of the Amazon SQS queue from which permissions are removed.
Queue URLs and names are case-sensitive.