Class: Aws::Types::SemanticType
- Inherits:
-
Object
- Object
- Aws::Types::SemanticType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#falsey_cell_value ⇒ ::String
Returns the value of attribute falsey_cell_value.
-
#falsey_cell_value_synonyms ⇒ ::Array[::String]
Returns the value of attribute falsey_cell_value_synonyms.
-
#sub_type_name ⇒ ::String
Returns the value of attribute sub_type_name.
-
#truthy_cell_value ⇒ ::String
Returns the value of attribute truthy_cell_value.
-
#truthy_cell_value_synonyms ⇒ ::Array[::String]
Returns the value of attribute truthy_cell_value_synonyms.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#type_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute type_parameters.
Instance Attribute Details
#falsey_cell_value ⇒ ::String
Returns the value of attribute falsey_cell_value.
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.
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.
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.
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.
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.
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.
10403 10404 10405 |
# File 'sig/types.rbs', line 10403 def type_parameters @type_parameters end |