Class: Aws::Types::TransposedTableOption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_index::Integer

Returns the value of attribute column_index.

Returns:

  • (::Integer)


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.

Returns:

  • ("ROW_HEADER_COLUMN", "VALUE_COLUMN")


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.

Returns:

  • (::String)


11664
11665
11666
# File 'sig/types.rbs', line 11664

def column_width
  @column_width
end