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_configuration ⇒ Types::GeospatialLayerMapConfiguration

The configuration settings of the visual.



30079
30080
30081
30082
30083
30084
30085
30086
30087
30088
30089
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30079

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

#data_set_identifier ⇒ String

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

Returns:

  • (String)


30079
30080
30081
30082
30083
30084
30085
30086
30087
30088
30089
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30079

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

#subtitle ⇒ Types::VisualSubtitleLabelOptions

The subtitle label options for a visual.



30079
30080
30081
30082
30083
30084
30085
30086
30087
30088
30089
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30079

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

#title ⇒ Types::VisualTitleLabelOptions

The title label options for a visual.



30079
30080
30081
30082
30083
30084
30085
30086
30087
30088
30089
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30079

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

#topic_identifier ⇒ String

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

Returns:

  • (String)


30079
30080
30081
30082
30083
30084
30085
30086
30087
30088
30089
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30079

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

#visual_content_alt_text ⇒ String

The alt text for the visual.

Returns:

  • (String)


30079
30080
30081
30082
30083
30084
30085
30086
30087
30088
30089
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30079

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

#visual_id ⇒ String

The ID of the visual.

Returns:

  • (String)


30079
30080
30081
30082
30083
30084
30085
30086
30087
30088
30089
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30079

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