Class: Aws::QuickSight::Types::LayerMapVisual

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A layer map visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chart_configurationTypes::GeospatialLayerMapConfiguration

The configuration settings of the visual.



21142
21143
21144
21145
21146
21147
21148
21149
21150
21151
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21142

class LayerMapVisual < Struct.new(
  :visual_id,
  :title,
  :subtitle,
  :chart_configuration,
  :data_set_identifier,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_identifierString

The dataset that is used to create the layer map visual. You can't create a visual without a dataset.

Returns:

  • (String)


21142
21143
21144
21145
21146
21147
21148
21149
21150
21151
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21142

class LayerMapVisual < Struct.new(
  :visual_id,
  :title,
  :subtitle,
  :chart_configuration,
  :data_set_identifier,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#subtitleTypes::VisualSubtitleLabelOptions

The subtitle label options for a visual.



21142
21143
21144
21145
21146
21147
21148
21149
21150
21151
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21142

class LayerMapVisual < Struct.new(
  :visual_id,
  :title,
  :subtitle,
  :chart_configuration,
  :data_set_identifier,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#titleTypes::VisualTitleLabelOptions

The title label options for a visual.



21142
21143
21144
21145
21146
21147
21148
21149
21150
21151
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21142

class LayerMapVisual < Struct.new(
  :visual_id,
  :title,
  :subtitle,
  :chart_configuration,
  :data_set_identifier,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#visual_content_alt_textString

The alt text for the visual.

Returns:

  • (String)


21142
21143
21144
21145
21146
21147
21148
21149
21150
21151
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21142

class LayerMapVisual < Struct.new(
  :visual_id,
  :title,
  :subtitle,
  :chart_configuration,
  :data_set_identifier,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end

#visual_idString

The ID of the visual.

Returns:

  • (String)


21142
21143
21144
21145
21146
21147
21148
21149
21150
21151
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21142

class LayerMapVisual < Struct.new(
  :visual_id,
  :title,
  :subtitle,
  :chart_configuration,
  :data_set_identifier,
  :visual_content_alt_text)
  SENSITIVE = []
  include Aws::Structure
end