Class: Aws::Types::GetSlotTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSlotTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enumeration_values ⇒ ::Array[Types::EnumerationValue]
Returns the value of attribute enumeration_values.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
-
#slot_type_configurations ⇒ ::Array[Types::SlotTypeConfiguration]
Returns the value of attribute slot_type_configurations.
-
#value_selection_strategy ⇒ "ORIGINAL_VALUE", "TOP_RESOLUTION"
Returns the value of attribute value_selection_strategy.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#checksum ⇒ ::String
Returns the value of attribute checksum.
539 540 541 |
# File 'sig/types.rbs', line 539 def checksum @checksum end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
537 538 539 |
# File 'sig/types.rbs', line 537 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
534 535 536 |
# File 'sig/types.rbs', line 534 def description @description end |
#enumeration_values ⇒ ::Array[Types::EnumerationValue]
Returns the value of attribute enumeration_values.
535 536 537 |
# File 'sig/types.rbs', line 535 def enumeration_values @enumeration_values end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
536 537 538 |
# File 'sig/types.rbs', line 536 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
533 534 535 |
# File 'sig/types.rbs', line 533 def name @name end |
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
541 542 543 |
# File 'sig/types.rbs', line 541 def parent_slot_type_signature @parent_slot_type_signature end |
#slot_type_configurations ⇒ ::Array[Types::SlotTypeConfiguration]
Returns the value of attribute slot_type_configurations.
542 543 544 |
# File 'sig/types.rbs', line 542 def slot_type_configurations @slot_type_configurations end |
#value_selection_strategy ⇒ "ORIGINAL_VALUE", "TOP_RESOLUTION"
Returns the value of attribute value_selection_strategy.
540 541 542 |
# File 'sig/types.rbs', line 540 def value_selection_strategy @value_selection_strategy end |
#version ⇒ ::String
Returns the value of attribute version.
538 539 540 |
# File 'sig/types.rbs', line 538 def version @version end |