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:



9210
9211
9212
# File 'sig/types.rbs', line 9210

def actions
  @actions
end

#chart_configurationTypes::PluginVisualConfiguration

Returns the value of attribute chart_configuration.



9209
9210
9211
# File 'sig/types.rbs', line 9209

def chart_configuration
  @chart_configuration
end

#plugin_arn::String

Returns the value of attribute plugin_arn.

Returns:

  • (::String)


9206
9207
9208
# File 'sig/types.rbs', line 9206

def plugin_arn
  @plugin_arn
end

#subtitleTypes::VisualSubtitleLabelOptions

Returns the value of attribute subtitle.



9208
9209
9210
# File 'sig/types.rbs', line 9208

def subtitle
  @subtitle
end

#titleTypes::VisualTitleLabelOptions

Returns the value of attribute title.



9207
9208
9209
# File 'sig/types.rbs', line 9207

def title
  @title
end

#visual_content_alt_text::String

Returns the value of attribute visual_content_alt_text.

Returns:

  • (::String)


9211
9212
9213
# File 'sig/types.rbs', line 9211

def visual_content_alt_text
  @visual_content_alt_text
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


9205
9206
9207
# File 'sig/types.rbs', line 9205

def visual_id
  @visual_id
end