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)


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.

Returns:

  • ("ROW_HEADER_COLUMN", "VALUE_COLUMN")


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.

Returns:

  • (::String)


12054
12055
12056
# File 'sig/types.rbs', line 12054

def column_width
  @column_width
end