Class: Aws::Types::FunnelChartVisual

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:



6196
6197
6198
# File 'sig/types.rbs', line 6196

def actions
  @actions
end

#chart_configurationTypes::FunnelChartConfiguration

Returns the value of attribute chart_configuration.



6195
6196
6197
# File 'sig/types.rbs', line 6195

def chart_configuration
  @chart_configuration
end

#column_hierarchies::Array[Types::ColumnHierarchy]

Returns the value of attribute column_hierarchies.

Returns:



6197
6198
6199
# File 'sig/types.rbs', line 6197

def column_hierarchies
  @column_hierarchies
end

#subtitleTypes::VisualSubtitleLabelOptions

Returns the value of attribute subtitle.



6194
6195
6196
# File 'sig/types.rbs', line 6194

def subtitle
  @subtitle
end

#titleTypes::VisualTitleLabelOptions

Returns the value of attribute title.



6193
6194
6195
# File 'sig/types.rbs', line 6193

def title
  @title
end

#visual_content_alt_text::String

Returns the value of attribute visual_content_alt_text.

Returns:

  • (::String)


6198
6199
6200
# File 'sig/types.rbs', line 6198

def visual_content_alt_text
  @visual_content_alt_text
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


6192
6193
6194
# File 'sig/types.rbs', line 6192

def visual_id
  @visual_id
end