Module: Aws::LexModelBuildingService::Client::_GetSlotTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSlotTypeResponse]
- 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
510 |
# File 'sig/client.rbs', line 510
def checksum: () -> ::String
|
#created_date ⇒ ::Time
508 |
# File 'sig/client.rbs', line 508
def created_date: () -> ::Time
|
#description ⇒ ::String
505 |
# File 'sig/client.rbs', line 505
def description: () -> ::String
|
#enumeration_values ⇒ ::Array[Types::EnumerationValue]
506 |
# File 'sig/client.rbs', line 506
def enumeration_values: () -> ::Array[Types::EnumerationValue]
|
#last_updated_date ⇒ ::Time
507 |
# File 'sig/client.rbs', line 507
def last_updated_date: () -> ::Time
|
#name ⇒ ::String
504 |
# File 'sig/client.rbs', line 504
def name: () -> ::String
|
#parent_slot_type_signature ⇒ ::String
512 |
# File 'sig/client.rbs', line 512
def parent_slot_type_signature: () -> ::String
|
#slot_type_configurations ⇒ ::Array[Types::SlotTypeConfiguration]
513 |
# File 'sig/client.rbs', line 513
def slot_type_configurations: () -> ::Array[Types::SlotTypeConfiguration]
|
#value_selection_strategy ⇒ "ORIGINAL_VALUE", "TOP_RESOLUTION"
511 |
# File 'sig/client.rbs', line 511
def value_selection_strategy: () -> ("ORIGINAL_VALUE" | "TOP_RESOLUTION")
|
#version ⇒ ::String
509 |
# File 'sig/client.rbs', line 509
def version: () -> ::String
|