Module: Aws::LexModelBuildingService::Client::_CreateSlotTypeVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSlotTypeVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #checksum ⇒ ::String
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #enumeration_values ⇒ ::Array[Types::EnumerationValue]
- #last_updated_date ⇒ ::Time
- #name ⇒ ::String
- #parent_slot_type_signature ⇒ ::String
- #slot_type_configurations ⇒ ::Array[Types::SlotTypeConfiguration]
- #value_selection_strategy ⇒ "ORIGINAL_VALUE", "TOP_RESOLUTION"
- #version ⇒ ::String
Instance Method Details
#checksum ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def checksum: () -> ::String
|
#created_date ⇒ ::Time
142 |
# File 'sig/client.rbs', line 142
def created_date: () -> ::Time
|
#description ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def description: () -> ::String
|
#enumeration_values ⇒ ::Array[Types::EnumerationValue]
140 |
# File 'sig/client.rbs', line 140
def enumeration_values: () -> ::Array[Types::EnumerationValue]
|
#last_updated_date ⇒ ::Time
141 |
# File 'sig/client.rbs', line 141
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def name: () -> ::String
|
#parent_slot_type_signature ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def parent_slot_type_signature: () -> ::String
|
#slot_type_configurations ⇒ ::Array[Types::SlotTypeConfiguration]
147 |
# File 'sig/client.rbs', line 147
def slot_type_configurations: () -> ::Array[Types::SlotTypeConfiguration]
|
#value_selection_strategy ⇒ "ORIGINAL_VALUE", "TOP_RESOLUTION"
145 |
# File 'sig/client.rbs', line 145
def value_selection_strategy: () -> ("ORIGINAL_VALUE" | "TOP_RESOLUTION")
|
#version ⇒ ::String
143 |
# File 'sig/client.rbs', line 143
def version: () -> ::String
|