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)


7198
7199
7200
# File 'sig/types.rbs', line 7198

def height
  @height
end

#position"AUTO", ...

Returns the value of attribute position.

Returns:

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


7196
7197
7198
# File 'sig/types.rbs', line 7196

def position
  @position
end

#titleTypes::LabelOptions

Returns the value of attribute title.

Returns:



7195
7196
7197
# File 'sig/types.rbs', line 7195

def title
  @title
end

#value_font_configurationTypes::FontConfiguration

Returns the value of attribute value_font_configuration.



7199
7200
7201
# File 'sig/types.rbs', line 7199

def value_font_configuration
  @value_font_configuration
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


7194
7195
7196
# File 'sig/types.rbs', line 7194

def visibility
  @visibility
end

#width::String

Returns the value of attribute width.

Returns:

  • (::String)


7197
7198
7199
# File 'sig/types.rbs', line 7197

def width
  @width
end