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.
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.
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.
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.
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.
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.
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.
10013 10014 10015 |
# File 'sig/types.rbs', line 10013 def type_parameters @type_parameters end |