Class: Aws::LexModelBuildingService::Types::GetSlotTypesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


2356
2357
2358
2359
2360
2361
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2356

class GetSlotTypesResponse < Struct.new(
  :slot_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#slot_typesArray<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.

Returns:



2356
2357
2358
2359
2360
2361
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2356

class GetSlotTypesResponse < Struct.new(
  :slot_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end