Class: Aws::Types::InputColumn
- Inherits:
-
Object
- Object
- Aws::Types::InputColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sub_type ⇒ "FLOAT", "FIXED"
Returns the value of attribute sub_type.
-
#type ⇒ "STRING", ...
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
7081 7082 7083 |
# File 'sig/types.rbs', line 7081 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
7080 7081 7082 |
# File 'sig/types.rbs', line 7080 def name @name end |
#sub_type ⇒ "FLOAT", "FIXED"
Returns the value of attribute sub_type.
7083 7084 7085 |
# File 'sig/types.rbs', line 7083 def sub_type @sub_type end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
7082 7083 7084 |
# File 'sig/types.rbs', line 7082 def type @type end |