Class: Aws::Types::SlotPriority
- Inherits:
-
Object
- Object
- Aws::Types::SlotPriority
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
Instance Attribute Details
#priority ⇒ ::Integer
Returns the value of attribute priority.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def priority @priority end |
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def slot_id @slot_id end |