Class: Aws::Types::UpdateSlotTypeResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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