Class: Aws::Types::CustomContentVisual

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:



2865
2866
2867
# File 'sig/types.rbs', line 2865

def actions
  @actions
end

#chart_configurationTypes::CustomContentConfiguration

Returns the value of attribute chart_configuration.



2864
2865
2866
# File 'sig/types.rbs', line 2864

def chart_configuration
  @chart_configuration
end

#data_set_identifier::String

Returns the value of attribute data_set_identifier.

Returns:

  • (::String)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def data_set_identifier
  @data_set_identifier
end

#subtitleTypes::VisualSubtitleLabelOptions

Returns the value of attribute subtitle.



2863
2864
2865
# File 'sig/types.rbs', line 2863

def subtitle
  @subtitle
end

#titleTypes::VisualTitleLabelOptions

Returns the value of attribute title.



2862
2863
2864
# File 'sig/types.rbs', line 2862

def title
  @title
end

#topic_identifier::String

Returns the value of attribute topic_identifier.

Returns:

  • (::String)


2867
2868
2869
# File 'sig/types.rbs', line 2867

def topic_identifier
  @topic_identifier
end

#visual_content_alt_text::String

Returns the value of attribute visual_content_alt_text.

Returns:

  • (::String)


2868
2869
2870
# File 'sig/types.rbs', line 2868

def visual_content_alt_text
  @visual_content_alt_text
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


2861
2862
2863
# File 'sig/types.rbs', line 2861

def visual_id
  @visual_id
end