Class: Aws::Types::InsightVisual

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:



7099
7100
7101
# File 'sig/types.rbs', line 7099

def actions
  @actions
end

#data_set_identifier::String

Returns the value of attribute data_set_identifier.

Returns:

  • (::String)


7100
7101
7102
# File 'sig/types.rbs', line 7100

def data_set_identifier
  @data_set_identifier
end

#insight_configurationTypes::InsightConfiguration

Returns the value of attribute insight_configuration.



7098
7099
7100
# File 'sig/types.rbs', line 7098

def insight_configuration
  @insight_configuration
end

#subtitleTypes::VisualSubtitleLabelOptions

Returns the value of attribute subtitle.



7097
7098
7099
# File 'sig/types.rbs', line 7097

def subtitle
  @subtitle
end

#titleTypes::VisualTitleLabelOptions

Returns the value of attribute title.



7096
7097
7098
# File 'sig/types.rbs', line 7096

def title
  @title
end

#topic_identifier::String

Returns the value of attribute topic_identifier.

Returns:

  • (::String)


7101
7102
7103
# File 'sig/types.rbs', line 7101

def topic_identifier
  @topic_identifier
end

#visual_content_alt_text::String

Returns the value of attribute visual_content_alt_text.

Returns:

  • (::String)


7102
7103
7104
# File 'sig/types.rbs', line 7102

def visual_content_alt_text
  @visual_content_alt_text
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


7095
7096
7097
# File 'sig/types.rbs', line 7095

def visual_id
  @visual_id
end