Class: Aws::LexModelBuildingService::Types::SlotTypeMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::SlotTypeMetadata
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Provides information about a slot type..
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date that the slot type was created.
-
#description ⇒ String
A description of the slot type.
-
#last_updated_date ⇒ Time
The date that the slot type was updated.
-
#name ⇒ String
The name of the slot type.
-
#version ⇒ String
The version of the slot type.
Instance Attribute Details
#created_date ⇒ Time
The date that the slot type was created.
4165 4166 4167 4168 4169 4170 4171 4172 4173 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4165 class SlotTypeMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the slot type.
4165 4166 4167 4168 4169 4170 4171 4172 4173 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4165 class SlotTypeMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.
4165 4166 4167 4168 4169 4170 4171 4172 4173 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4165 class SlotTypeMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the slot type.
4165 4166 4167 4168 4169 4170 4171 4172 4173 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4165 class SlotTypeMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the slot type.
4165 4166 4167 4168 4169 4170 4171 4172 4173 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4165 class SlotTypeMetadata < Struct.new( :name, :description, :last_updated_date, :created_date, :version) SENSITIVE = [] include Aws::Structure end |