Class: Aws::Types::PluginVisual

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:



8859
8860
8861
# File 'sig/types.rbs', line 8859

def actions
  @actions
end

#chart_configurationTypes::PluginVisualConfiguration

Returns the value of attribute chart_configuration.



8858
8859
8860
# File 'sig/types.rbs', line 8858

def chart_configuration
  @chart_configuration
end

#plugin_arn::String

Returns the value of attribute plugin_arn.

Returns:

  • (::String)


8855
8856
8857
# File 'sig/types.rbs', line 8855

def plugin_arn
  @plugin_arn
end

#subtitleTypes::VisualSubtitleLabelOptions

Returns the value of attribute subtitle.



8857
8858
8859
# File 'sig/types.rbs', line 8857

def subtitle
  @subtitle
end

#titleTypes::VisualTitleLabelOptions

Returns the value of attribute title.



8856
8857
8858
# File 'sig/types.rbs', line 8856

def title
  @title
end

#visual_content_alt_text::String

Returns the value of attribute visual_content_alt_text.

Returns:

  • (::String)


8860
8861
8862
# File 'sig/types.rbs', line 8860

def visual_content_alt_text
  @visual_content_alt_text
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


8854
8855
8856
# File 'sig/types.rbs', line 8854

def visual_id
  @visual_id
end