Class: Aws::Types::FilledMapVisual

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:



5525
5526
5527
# File 'sig/types.rbs', line 5525

def actions
  @actions
end

#chart_configurationTypes::FilledMapConfiguration

Returns the value of attribute chart_configuration.



5522
5523
5524
# File 'sig/types.rbs', line 5522

def chart_configuration
  @chart_configuration
end

#column_hierarchies::Array[Types::ColumnHierarchy]

Returns the value of attribute column_hierarchies.

Returns:



5524
5525
5526
# File 'sig/types.rbs', line 5524

def column_hierarchies
  @column_hierarchies
end

#conditional_formattingTypes::FilledMapConditionalFormatting

Returns the value of attribute conditional_formatting.



5523
5524
5525
# File 'sig/types.rbs', line 5523

def conditional_formatting
  @conditional_formatting
end

#geocoding_preferences::Array[Types::GeocodePreference]

Returns the value of attribute geocoding_preferences.

Returns:



5527
5528
5529
# File 'sig/types.rbs', line 5527

def geocoding_preferences
  @geocoding_preferences
end

#subtitleTypes::VisualSubtitleLabelOptions

Returns the value of attribute subtitle.



5521
5522
5523
# File 'sig/types.rbs', line 5521

def subtitle
  @subtitle
end

#titleTypes::VisualTitleLabelOptions

Returns the value of attribute title.



5520
5521
5522
# File 'sig/types.rbs', line 5520

def title
  @title
end

#visual_content_alt_text::String

Returns the value of attribute visual_content_alt_text.

Returns:

  • (::String)


5526
5527
5528
# File 'sig/types.rbs', line 5526

def visual_content_alt_text
  @visual_content_alt_text
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


5519
5520
5521
# File 'sig/types.rbs', line 5519

def visual_id
  @visual_id
end