Module: Aws::LexModelBuildingService::Client::_PutSlotTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutSlotTypeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #checksum ⇒ ::String
- #create_version ⇒ Boolean
- #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
761 |
# File 'sig/client.rbs', line 761
def checksum: () -> ::String
|
#create_version ⇒ Boolean
763 |
# File 'sig/client.rbs', line 763
def create_version: () -> bool
|
#created_date ⇒ ::Time
759 |
# File 'sig/client.rbs', line 759
def created_date: () -> ::Time
|
#description ⇒ ::String
756 |
# File 'sig/client.rbs', line 756
def description: () -> ::String
|
#enumeration_values ⇒ ::Array[Types::EnumerationValue]
757 |
# File 'sig/client.rbs', line 757
def enumeration_values: () -> ::Array[Types::EnumerationValue]
|
#last_updated_date ⇒ ::Time
758 |
# File 'sig/client.rbs', line 758
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
755 |
# File 'sig/client.rbs', line 755
def name: () -> ::String
|
#parent_slot_type_signature ⇒ ::String
764 |
# File 'sig/client.rbs', line 764
def parent_slot_type_signature: () -> ::String
|
#slot_type_configurations ⇒ ::Array[Types::SlotTypeConfiguration]
765 |
# File 'sig/client.rbs', line 765
def slot_type_configurations: () -> ::Array[Types::SlotTypeConfiguration]
|
#value_selection_strategy ⇒ "ORIGINAL_VALUE", "TOP_RESOLUTION"
762 |
# File 'sig/client.rbs', line 762
def value_selection_strategy: () -> ("ORIGINAL_VALUE" | "TOP_RESOLUTION")
|
#version ⇒ ::String
760 |
# File 'sig/client.rbs', line 760
def version: () -> ::String
|