Class: Aws::Types::CreateSlotTypeVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSlotTypeVersionResponse
- 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.
164 165 166 |
# File 'sig/types.rbs', line 164 def checksum @checksum end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
162 163 164 |
# File 'sig/types.rbs', line 162 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
159 160 161 |
# File 'sig/types.rbs', line 159 def description @description end |
#enumeration_values ⇒ ::Array[Types::EnumerationValue]
Returns the value of attribute enumeration_values.
160 161 162 |
# File 'sig/types.rbs', line 160 def enumeration_values @enumeration_values end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
161 162 163 |
# File 'sig/types.rbs', line 161 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
158 159 160 |
# File 'sig/types.rbs', line 158 def name @name end |
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
166 167 168 |
# File 'sig/types.rbs', line 166 def parent_slot_type_signature @parent_slot_type_signature end |
#slot_type_configurations ⇒ ::Array[Types::SlotTypeConfiguration]
Returns the value of attribute slot_type_configurations.
167 168 169 |
# File 'sig/types.rbs', line 167 def slot_type_configurations @slot_type_configurations end |
#value_selection_strategy ⇒ "ORIGINAL_VALUE", "TOP_RESOLUTION"
Returns the value of attribute value_selection_strategy.
165 166 167 |
# File 'sig/types.rbs', line 165 def value_selection_strategy @value_selection_strategy end |
#version ⇒ ::String
Returns the value of attribute version.
163 164 165 |
# File 'sig/types.rbs', line 163 def version @version end |