Class: Aws::Types::OutputColumn
- Inherits:
-
Object
- Object
- Aws::Types::OutputColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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
#description ⇒ ::String
Returns the value of attribute description.
8758 8759 8760 |
# File 'sig/types.rbs', line 8758 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8757 8758 8759 |
# File 'sig/types.rbs', line 8757 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
8756 8757 8758 |
# File 'sig/types.rbs', line 8756 def name @name end |
#sub_type ⇒ "FLOAT", "FIXED"
Returns the value of attribute sub_type.
8760 8761 8762 |
# File 'sig/types.rbs', line 8760 def sub_type @sub_type end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
8759 8760 8761 |
# File 'sig/types.rbs', line 8759 def type @type end |