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.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def priority @priority end |
#queue ⇒ ::String
Returns the value of attribute queue.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def queue @queue end |
#wait_minutes ⇒ ::Integer
Returns the value of attribute wait_minutes.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def wait_minutes @wait_minutes end |