Class: Aws::Types::GaugeChartVisual

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::VisualCustomAction]

Returns the value of attribute actions.

Returns:



6262
6263
6264
# File 'sig/types.rbs', line 6262

def actions
  @actions
end

#chart_configurationTypes::GaugeChartConfiguration

Returns the value of attribute chart_configuration.



6260
6261
6262
# File 'sig/types.rbs', line 6260

def chart_configuration
  @chart_configuration
end

#conditional_formattingTypes::GaugeChartConditionalFormatting

Returns the value of attribute conditional_formatting.



6261
6262
6263
# File 'sig/types.rbs', line 6261

def conditional_formatting
  @conditional_formatting
end

#subtitleTypes::VisualSubtitleLabelOptions

Returns the value of attribute subtitle.



6259
6260
6261
# File 'sig/types.rbs', line 6259

def subtitle
  @subtitle
end

#titleTypes::VisualTitleLabelOptions

Returns the value of attribute title.



6258
6259
6260
# File 'sig/types.rbs', line 6258

def title
  @title
end

#visual_content_alt_text::String

Returns the value of attribute visual_content_alt_text.

Returns:

  • (::String)


6263
6264
6265
# File 'sig/types.rbs', line 6263

def visual_content_alt_text
  @visual_content_alt_text
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


6257
6258
6259
# File 'sig/types.rbs', line 6257

def visual_id
  @visual_id
end