You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SQS::Types::GetQueueUrlRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetQueueUrlRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  queue_name: "String", # required
  queue_owner_aws_account_id: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#queue_nameString

The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric characters, hyphens (-), and underscores (_).

Queue URLs and names are case-sensitive.

Returns:

  • (String)

    The name of the queue whose URL must be fetched.

#queue_owner_aws_account_idString

The AWS account ID of the account that created the queue.

Returns:

  • (String)

    The AWS account ID of the account that created the queue.