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.
11663 11664 11665 |
# File 'sig/types.rbs', line 11663 def column_index @column_index end |
#column_type ⇒ "ROW_HEADER_COLUMN", "VALUE_COLUMN"
Returns the value of attribute column_type.
11665 11666 11667 |
# File 'sig/types.rbs', line 11665 def column_type @column_type end |
#column_width ⇒ ::String
Returns the value of attribute column_width.
11664 11665 11666 |
# File 'sig/types.rbs', line 11664 def column_width @column_width end |