class
Amazonite::Sqs::GetQueueUrlRequest
- Amazonite::Sqs::GetQueueUrlRequest
- Reference
- Object
Overview
Retrieves the URL of an existing queue based on its name and, optionally, the Amazon Web Services account ID.
Included Modules
- JSON::Serializable
Defined in:
sqs/get_queue_url_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(queue_name : String, queue_owner_aws_account_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#queue_name : String
(Required) The name of the queue for which you want to fetch the URL.
-
#queue_name=(queue_name : String)
(Required) The name of the queue for which you want to fetch the URL.
-
#queue_owner_aws_account_id : String | Nil
(Optional) The Amazon Web Services account ID of the account that created the queue.
-
#queue_owner_aws_account_id=(queue_owner_aws_account_id : String | Nil)
(Optional) The Amazon Web Services account ID of the account that created the queue.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
(Required) The name of the queue for which you want to fetch the URL. The name can be up to 80 characters long and can include alphanumeric characters, hyphens (-), and underscores (_). Queue URLs and names are case-sensitive.
(Required) The name of the queue for which you want to fetch the URL. The name can be up to 80 characters long and can include alphanumeric characters, hyphens (-), and underscores (_). Queue URLs and names are case-sensitive.
(Optional) The Amazon Web Services account ID of the account that created the queue. This is only required when you are attempting to access a queue owned by another Amazon Web Services account.
(Optional) The Amazon Web Services account ID of the account that created the queue. This is only required when you are attempting to access a queue owned by another Amazon Web Services account.