Class: Aws::Types::TransposedTableOption
- Inherits:
-
Object
- Object
- Aws::Types::TransposedTableOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_index ⇒ ::Integer
Returns the value of attribute column_index.
-
#column_type ⇒ "ROW_HEADER_COLUMN", "VALUE_COLUMN"
Returns the value of attribute column_type.
-
#column_width ⇒ ::String
Returns the value of attribute column_width.
Instance Attribute Details
#column_index ⇒ ::Integer
Returns the value of attribute column_index.
12053 12054 12055 |
# File 'sig/types.rbs', line 12053 def column_index @column_index end |
#column_type ⇒ "ROW_HEADER_COLUMN", "VALUE_COLUMN"
Returns the value of attribute column_type.
12055 12056 12057 |
# File 'sig/types.rbs', line 12055 def column_type @column_type end |
#column_width ⇒ ::String
Returns the value of attribute column_width.
12054 12055 12056 |
# File 'sig/types.rbs', line 12054 def column_width @column_width end |