Class: Aws::Types::LegendOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#height::String

Returns the value of attribute height.

Returns:

  • (::String)


7471
7472
7473
# File 'sig/types.rbs', line 7471

def height
  @height
end

#position"AUTO", ...

Returns the value of attribute position.

Returns:

  • ("AUTO", "RIGHT", "BOTTOM", "TOP")


7469
7470
7471
# File 'sig/types.rbs', line 7469

def position
  @position
end

#titleTypes::LabelOptions

Returns the value of attribute title.

Returns:



7468
7469
7470
# File 'sig/types.rbs', line 7468

def title
  @title
end

#value_font_configurationTypes::FontConfiguration

Returns the value of attribute value_font_configuration.



7472
7473
7474
# File 'sig/types.rbs', line 7472

def value_font_configuration
  @value_font_configuration
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


7467
7468
7469
# File 'sig/types.rbs', line 7467

def visibility
  @visibility
end

#width::String

Returns the value of attribute width.

Returns:

  • (::String)


7470
7471
7472
# File 'sig/types.rbs', line 7470

def width
  @width
end