Class: Aws::Types::DescribeSlotRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSlotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def bot_version @bot_version end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def intent_id @intent_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def locale_id @locale_id end |
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def slot_id @slot_id end |