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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18080
18081
18082
18083
18084
18085
18086
# File 'lib/aws-sdk-quicksight/types.rb', line 18080

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)


18080
18081
18082
18083
18084
18085
18086
# File 'lib/aws-sdk-quicksight/types.rb', line 18080

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)


18080
18081
18082
18083
18084
18085
18086
# File 'lib/aws-sdk-quicksight/types.rb', line 18080

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