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)


10016
10017
10018
# File 'sig/types.rbs', line 10016

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


10017
10018
10019
# File 'sig/types.rbs', line 10017

def falsey_cell_value_synonyms
  @falsey_cell_value_synonyms
end

#sub_type_name::String

Returns the value of attribute sub_type_name.

Returns:

  • (::String)


10012
10013
10014
# File 'sig/types.rbs', line 10012

def sub_type_name
  @sub_type_name
end

#truthy_cell_value::String

Returns the value of attribute truthy_cell_value.

Returns:

  • (::String)


10014
10015
10016
# File 'sig/types.rbs', line 10014

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


10015
10016
10017
# File 'sig/types.rbs', line 10015

def truthy_cell_value_synonyms
  @truthy_cell_value_synonyms
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


10011
10012
10013
# File 'sig/types.rbs', line 10011

def type_name
  @type_name
end

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

Returns the value of attribute type_parameters.

Returns:

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


10013
10014
10015
# File 'sig/types.rbs', line 10013

def type_parameters
  @type_parameters
end