Class: Aws::LexModelBuildingService::Types::GetSlotTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetSlotTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of slot types.
-
#slot_types ⇒ Array<Types::SlotTypeMetadata>
An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of slot types.
2356 2357 2358 2359 2360 2361 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2356 class GetSlotTypesResponse < Struct.new( :slot_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#slot_types ⇒ Array<Types::SlotTypeMetadata>
An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.
2356 2357 2358 2359 2360 2361 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2356 class GetSlotTypesResponse < Struct.new( :slot_types, :next_token) SENSITIVE = [] include Aws::Structure end |