Class: Aws::LexModelBuildingService::Types::GetSlotTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetSlotTypeRequest
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the slot type.
-
#version ⇒ String
The version of the slot type.
Instance Attribute Details
#name ⇒ String
The name of the slot type. The name is case sensitive.
2199 2200 2201 2202 2203 2204 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2199 class GetSlotTypeRequest < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the slot type.
2199 2200 2201 2202 2203 2204 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2199 class GetSlotTypeRequest < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |