class Aws::SQS::Types::GetQueueUrlRequest

@note When making an API call, you may pass GetQueueUrlRequest

data as a hash:

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

@!attribute [rw] queue_name

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.
@return [String]

@!attribute [rw] queue_owner_aws_account_id

The account ID of the account that created the queue.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/GetQueueUrlRequest AWS API Documentation

Constants

SENSITIVE