Class: Aws::LexModelBuildingService::Types::GetSlotTypeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the slot type. The name is case sensitive.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2199

class GetSlotTypeRequest < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the slot type.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2199

class GetSlotTypeRequest < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end