Class: Aws::Types::GetQueueEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetQueueEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#queue_environment_id ⇒ ::String
Returns the value of attribute queue_environment_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def farm_id @farm_id end |
#queue_environment_id ⇒ ::String
Returns the value of attribute queue_environment_id.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def queue_environment_id @queue_environment_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def queue_id @queue_id end |