Class: Aws::Types::HopDestination
- Inherits:
-
Object
- Object
- Aws::Types::HopDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue ⇒ ::String
Returns the value of attribute queue.
-
#wait_minutes ⇒ ::Integer
Returns the value of attribute wait_minutes.
Instance Attribute Details
#priority ⇒ ::Integer
Returns the value of attribute priority.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def queue @queue end |
#wait_minutes ⇒ ::Integer
Returns the value of attribute wait_minutes.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def wait_minutes @wait_minutes end |