Class: Aws::LexModelBuildingService::Types::GetBuiltinSlotTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBuiltinSlotTypesResponse
- 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, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.
-
#slot_types ⇒ Array<Types::BuiltinSlotTypeMetadata>
An array of ‘BuiltInSlotTypeMetadata` objects, one entry for each slot type returned.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.
1666 1667 1668 1669 1670 1671 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1666 class GetBuiltinSlotTypesResponse < Struct.new( :slot_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#slot_types ⇒ Array<Types::BuiltinSlotTypeMetadata>
An array of ‘BuiltInSlotTypeMetadata` objects, one entry for each slot type returned.
1666 1667 1668 1669 1670 1671 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1666 class GetBuiltinSlotTypesResponse < Struct.new( :slot_types, :next_token) SENSITIVE = [] include Aws::Structure end |