Class: Aws::Types::PutSlotTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutSlotTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#create_version ⇒ Boolean
Returns the value of attribute create_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enumeration_values ⇒ ::Array[Types::EnumerationValue]
Returns the value of attribute enumeration_values.
-
#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.
Instance Attribute Details
#checksum ⇒ ::String
Returns the value of attribute checksum.
817 818 819 |
# File 'sig/types.rbs', line 817 def checksum @checksum end |
#create_version ⇒ Boolean
Returns the value of attribute create_version.
819 820 821 |
# File 'sig/types.rbs', line 819 def create_version @create_version end |
#description ⇒ ::String
Returns the value of attribute description.
815 816 817 |
# File 'sig/types.rbs', line 815 def description @description end |
#enumeration_values ⇒ ::Array[Types::EnumerationValue]
Returns the value of attribute enumeration_values.
816 817 818 |
# File 'sig/types.rbs', line 816 def enumeration_values @enumeration_values end |
#name ⇒ ::String
Returns the value of attribute name.
814 815 816 |
# File 'sig/types.rbs', line 814 def name @name end |
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
820 821 822 |
# File 'sig/types.rbs', line 820 def parent_slot_type_signature @parent_slot_type_signature end |
#slot_type_configurations ⇒ ::Array[Types::SlotTypeConfiguration]
Returns the value of attribute slot_type_configurations.
821 822 823 |
# File 'sig/types.rbs', line 821 def slot_type_configurations @slot_type_configurations end |
#value_selection_strategy ⇒ "ORIGINAL_VALUE", "TOP_RESOLUTION"
Returns the value of attribute value_selection_strategy.
818 819 820 |
# File 'sig/types.rbs', line 818 def value_selection_strategy @value_selection_strategy end |