Class: Aws::Types::PivotTableVisual

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:



9180
9181
9182
# File 'sig/types.rbs', line 9180

def actions
  @actions
end

#chart_configurationTypes::PivotTableConfiguration

Returns the value of attribute chart_configuration.



9178
9179
9180
# File 'sig/types.rbs', line 9178

def chart_configuration
  @chart_configuration
end

#conditional_formattingTypes::PivotTableConditionalFormatting

Returns the value of attribute conditional_formatting.



9179
9180
9181
# File 'sig/types.rbs', line 9179

def conditional_formatting
  @conditional_formatting
end

#subtitleTypes::VisualSubtitleLabelOptions

Returns the value of attribute subtitle.



9177
9178
9179
# File 'sig/types.rbs', line 9177

def subtitle
  @subtitle
end

#titleTypes::VisualTitleLabelOptions

Returns the value of attribute title.



9176
9177
9178
# File 'sig/types.rbs', line 9176

def title
  @title
end

#visual_content_alt_text::String

Returns the value of attribute visual_content_alt_text.

Returns:

  • (::String)


9181
9182
9183
# File 'sig/types.rbs', line 9181

def visual_content_alt_text
  @visual_content_alt_text
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


9175
9176
9177
# File 'sig/types.rbs', line 9175

def visual_id
  @visual_id
end