Class: Aws::Types::TableVisual

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:



11273
11274
11275
# File 'sig/types.rbs', line 11273

def actions
  @actions
end

#chart_configurationTypes::TableConfiguration

Returns the value of attribute chart_configuration.



11271
11272
11273
# File 'sig/types.rbs', line 11271

def chart_configuration
  @chart_configuration
end

#conditional_formattingTypes::TableConditionalFormatting

Returns the value of attribute conditional_formatting.



11272
11273
11274
# File 'sig/types.rbs', line 11272

def conditional_formatting
  @conditional_formatting
end

#subtitleTypes::VisualSubtitleLabelOptions

Returns the value of attribute subtitle.



11270
11271
11272
# File 'sig/types.rbs', line 11270

def subtitle
  @subtitle
end

#titleTypes::VisualTitleLabelOptions

Returns the value of attribute title.



11269
11270
11271
# File 'sig/types.rbs', line 11269

def title
  @title
end

#visual_content_alt_text::String

Returns the value of attribute visual_content_alt_text.

Returns:

  • (::String)


11274
11275
11276
# File 'sig/types.rbs', line 11274

def visual_content_alt_text
  @visual_content_alt_text
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


11268
11269
11270
# File 'sig/types.rbs', line 11268

def visual_id
  @visual_id
end