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.
8407 8408 8409 |
# File 'sig/types.rbs', line 8407 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8406 8407 8408 |
# File 'sig/types.rbs', line 8406 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
8405 8406 8407 |
# File 'sig/types.rbs', line 8405 def name @name end |
#sub_type ⇒ "FLOAT", "FIXED"
Returns the value of attribute sub_type.
8409 8410 8411 |
# File 'sig/types.rbs', line 8409 def sub_type @sub_type end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
8408 8409 8410 |
# File 'sig/types.rbs', line 8408 def type @type end |