Class: Aws::QuickSight::Types::GeospatialMapStyle

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

Overview

The map style properties for a map.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorString

The background color and opacity values for a map.

Returns:

  • (String)


18364
18365
18366
18367
18368
18369
18370
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18364

class GeospatialMapStyle < Struct.new(
  :base_map_style,
  :background_color,
  :base_map_visibility)
  SENSITIVE = []
  include Aws::Structure
end

#base_map_styleString

The selected base map style.

Returns:

  • (String)


18364
18365
18366
18367
18368
18369
18370
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18364

class GeospatialMapStyle < Struct.new(
  :base_map_style,
  :background_color,
  :base_map_visibility)
  SENSITIVE = []
  include Aws::Structure
end

#base_map_visibilityString

The state of visibility for the base map.

Returns:

  • (String)


18364
18365
18366
18367
18368
18369
18370
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18364

class GeospatialMapStyle < Struct.new(
  :base_map_style,
  :background_color,
  :base_map_visibility)
  SENSITIVE = []
  include Aws::Structure
end