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.
6815 6816 6817 |
# File 'sig/types.rbs', line 6815 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6814 6815 6816 |
# File 'sig/types.rbs', line 6814 def name @name end |
#sub_type ⇒ "FLOAT", "FIXED"
Returns the value of attribute sub_type.
6817 6818 6819 |
# File 'sig/types.rbs', line 6817 def sub_type @sub_type end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
6816 6817 6818 |
# File 'sig/types.rbs', line 6816 def type @type end |