Class: Aws::Types::GetQueueUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetQueueUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
-
#queue_owner_aws_account_id ⇒ ::String
Returns the value of attribute queue_owner_aws_account_id.
Instance Attribute Details
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
141 142 143 |
# File 'sig/types.rbs', line 141 def queue_name @queue_name end |
#queue_owner_aws_account_id ⇒ ::String
Returns the value of attribute queue_owner_aws_account_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def queue_owner_aws_account_id @queue_owner_aws_account_id end |