Class: Aws::Types::ListBuiltInSlotTypesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBuiltInSlotTypesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#built_in_slot_type_summaries ⇒ ::Array[Types::BuiltInSlotTypeSummary]
Returns the value of attribute built_in_slot_type_summaries.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#built_in_slot_type_summaries ⇒ ::Array[Types::BuiltInSlotTypeSummary]
Returns the value of attribute built_in_slot_type_summaries.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def built_in_slot_type_summaries @built_in_slot_type_summaries end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def next_token @next_token end |