Class: Aws::Types::CreateSlotTypeVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def checksum
  @checksum
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


162
163
164
# File 'sig/types.rbs', line 162

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • ("ORIGINAL_VALUE", "TOP_RESOLUTION")


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.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def version
  @version
end