Class: Aws::Types::PutSlotTypeRequest

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)


817
818
819
# File 'sig/types.rbs', line 817

def checksum
  @checksum
end

#create_versionBoolean

Returns the value of attribute create_version.

Returns:

  • (Boolean)


819
820
821
# File 'sig/types.rbs', line 819

def create_version
  @create_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def description
  @description
end

#enumeration_values::Array[Types::EnumerationValue]

Returns the value of attribute enumeration_values.

Returns:



816
817
818
# File 'sig/types.rbs', line 816

def enumeration_values
  @enumeration_values
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def name
  @name
end

#parent_slot_type_signature::String

Returns the value of attribute parent_slot_type_signature.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

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:



821
822
823
# File 'sig/types.rbs', line 821

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")


818
819
820
# File 'sig/types.rbs', line 818

def value_selection_strategy
  @value_selection_strategy
end