Class: Aws::Types::ListSlotTypesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSlotTypesResponse
- 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.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#slot_type_summaries ⇒ ::Array[Types::SlotTypeSummary]
Returns the value of attribute slot_type_summaries.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def next_token @next_token end |
#slot_type_summaries ⇒ ::Array[Types::SlotTypeSummary]
Returns the value of attribute slot_type_summaries.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def slot_type_summaries @slot_type_summaries end |