Class: Aws::Types::UpdateSlotTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSlotTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting
Returns the value of attribute composite_slot_type_setting.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#external_source_setting ⇒ Types::ExternalSourceSetting
Returns the value of attribute external_source_setting.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
-
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
-
#slot_type_name ⇒ ::String
Returns the value of attribute slot_type_name.
-
#slot_type_values ⇒ ::Array[Types::SlotTypeValue]
Returns the value of attribute slot_type_values.
-
#value_selection_setting ⇒ Types::SlotValueSelectionSetting
Returns the value of attribute value_selection_setting.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3757 3758 3759 |
# File 'sig/types.rbs', line 3757 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3758 3759 3760 |
# File 'sig/types.rbs', line 3758 def bot_version @bot_version end |
#composite_slot_type_setting ⇒ Types::CompositeSlotTypeSetting
Returns the value of attribute composite_slot_type_setting.
3763 3764 3765 |
# File 'sig/types.rbs', line 3763 def composite_slot_type_setting @composite_slot_type_setting end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3760 3761 3762 |
# File 'sig/types.rbs', line 3760 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
3753 3754 3755 |
# File 'sig/types.rbs', line 3753 def description @description end |
#external_source_setting ⇒ Types::ExternalSourceSetting
Returns the value of attribute external_source_setting.
3762 3763 3764 |
# File 'sig/types.rbs', line 3762 def external_source_setting @external_source_setting end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
3761 3762 3763 |
# File 'sig/types.rbs', line 3761 def last_updated_date_time @last_updated_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3759 3760 3761 |
# File 'sig/types.rbs', line 3759 def locale_id @locale_id end |
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
3756 3757 3758 |
# File 'sig/types.rbs', line 3756 def parent_slot_type_signature @parent_slot_type_signature end |
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
3751 3752 3753 |
# File 'sig/types.rbs', line 3751 def slot_type_id @slot_type_id end |
#slot_type_name ⇒ ::String
Returns the value of attribute slot_type_name.
3752 3753 3754 |
# File 'sig/types.rbs', line 3752 def slot_type_name @slot_type_name end |
#slot_type_values ⇒ ::Array[Types::SlotTypeValue]
Returns the value of attribute slot_type_values.
3754 3755 3756 |
# File 'sig/types.rbs', line 3754 def slot_type_values @slot_type_values end |
#value_selection_setting ⇒ Types::SlotValueSelectionSetting
Returns the value of attribute value_selection_setting.
3755 3756 3757 |
# File 'sig/types.rbs', line 3755 def value_selection_setting @value_selection_setting end |