Class: Aws::Types::SemanticType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:truthy_cell_value, :falsey_cell_value])

Instance Attribute Summary collapse

Instance Attribute Details

#falsey_cell_value::String

Returns the value of attribute falsey_cell_value.

Returns:

  • (::String)


10406
10407
10408
# File 'sig/types.rbs', line 10406

def falsey_cell_value
  @falsey_cell_value
end

#falsey_cell_value_synonyms::Array[::String]

Returns the value of attribute falsey_cell_value_synonyms.

Returns:

  • (::Array[::String])


10407
10408
10409
# File 'sig/types.rbs', line 10407

def falsey_cell_value_synonyms
  @falsey_cell_value_synonyms
end

#sub_type_name::String

Returns the value of attribute sub_type_name.

Returns:

  • (::String)


10402
10403
10404
# File 'sig/types.rbs', line 10402

def sub_type_name
  @sub_type_name
end

#truthy_cell_value::String

Returns the value of attribute truthy_cell_value.

Returns:

  • (::String)


10404
10405
10406
# File 'sig/types.rbs', line 10404

def truthy_cell_value
  @truthy_cell_value
end

#truthy_cell_value_synonyms::Array[::String]

Returns the value of attribute truthy_cell_value_synonyms.

Returns:

  • (::Array[::String])


10405
10406
10407
# File 'sig/types.rbs', line 10405

def truthy_cell_value_synonyms
  @truthy_cell_value_synonyms
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


10401
10402
10403
# File 'sig/types.rbs', line 10401

def type_name
  @type_name
end

#type_parameters::Hash[::String, ::String]

Returns the value of attribute type_parameters.

Returns:

  • (::Hash[::String, ::String])


10403
10404
10405
# File 'sig/types.rbs', line 10403

def type_parameters
  @type_parameters
end