Class: Aws::Types::QueueEnvironmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::QueueEnvironmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue_environment_id ⇒ ::String
Returns the value of attribute queue_environment_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def priority @priority end |
#queue_environment_id ⇒ ::String
Returns the value of attribute queue_environment_id.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def queue_environment_id @queue_environment_id end |