Class: Aws::Types::PutSlotTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutSlotTypeResponse
- 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.
-
#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.
832 833 834 |
# File 'sig/types.rbs', line 832 def checksum @checksum end |
#create_version ⇒ Boolean
Returns the value of attribute create_version.
834 835 836 |
# File 'sig/types.rbs', line 834 def create_version @create_version end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
830 831 832 |
# File 'sig/types.rbs', line 830 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
827 828 829 |
# File 'sig/types.rbs', line 827 def description @description end |
#enumeration_values ⇒ ::Array[Types::EnumerationValue]
Returns the value of attribute enumeration_values.
828 829 830 |
# File 'sig/types.rbs', line 828 def enumeration_values @enumeration_values end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
829 830 831 |
# File 'sig/types.rbs', line 829 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
826 827 828 |
# File 'sig/types.rbs', line 826 def name @name end |
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
835 836 837 |
# File 'sig/types.rbs', line 835 def parent_slot_type_signature @parent_slot_type_signature end |
#slot_type_configurations ⇒ ::Array[Types::SlotTypeConfiguration]
Returns the value of attribute slot_type_configurations.
836 837 838 |
# File 'sig/types.rbs', line 836 def slot_type_configurations @slot_type_configurations end |
#value_selection_strategy ⇒ "ORIGINAL_VALUE", "TOP_RESOLUTION"
Returns the value of attribute value_selection_strategy.
833 834 835 |
# File 'sig/types.rbs', line 833 def value_selection_strategy @value_selection_strategy end |
#version ⇒ ::String
Returns the value of attribute version.
831 832 833 |
# File 'sig/types.rbs', line 831 def version @version end |