Class: Aws::LexModelBuildingService::Types::PutSlotTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::PutSlotTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Instance Attribute Summary collapse
-
#checksum ⇒ String
Checksum of the ‘$LATEST` version of the slot type.
-
#created_date ⇒ Time
The date that the slot type was created.
-
#description ⇒ String
A description of the slot type.
-
#enumeration_values ⇒ Array<Types::EnumerationValue>
A list of ‘EnumerationValue` objects that defines the values that the slot type can take.
-
#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
#checksum ⇒ String
Checksum of the ‘$LATEST` version of the slot type.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3075 class PutSlotTypeResponse < Struct.new( :name, :description, :enumeration_values, :last_updated_date, :created_date, :version, :checksum) include Aws::Structure end |
#created_date ⇒ Time
The date that the slot type was created.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3075 class PutSlotTypeResponse < Struct.new( :name, :description, :enumeration_values, :last_updated_date, :created_date, :version, :checksum) include Aws::Structure end |
#description ⇒ String
A description of the slot type.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3075 class PutSlotTypeResponse < Struct.new( :name, :description, :enumeration_values, :last_updated_date, :created_date, :version, :checksum) include Aws::Structure end |
#enumeration_values ⇒ Array<Types::EnumerationValue>
A list of ‘EnumerationValue` objects that defines the values that the slot type can take.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3075 class PutSlotTypeResponse < Struct.new( :name, :description, :enumeration_values, :last_updated_date, :created_date, :version, :checksum) include Aws::Structure end |
#last_updated_date ⇒ Time
The date that the slot type was updated. When you create a slot type, the creation date and last update date are the same.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3075 class PutSlotTypeResponse < Struct.new( :name, :description, :enumeration_values, :last_updated_date, :created_date, :version, :checksum) include Aws::Structure end |
#name ⇒ String
The name of the slot type.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3075 class PutSlotTypeResponse < Struct.new( :name, :description, :enumeration_values, :last_updated_date, :created_date, :version, :checksum) include Aws::Structure end |
#version ⇒ String
The version of the slot type. For a new slot type, the version is always ‘$LATEST`.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3075 class PutSlotTypeResponse < Struct.new( :name, :description, :enumeration_values, :last_updated_date, :created_date, :version, :checksum) include Aws::Structure end |