Class: Aws::QuickSight::Types::GeospatialCoordinateBounds
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialCoordinateBounds
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The bound options (north, south, west, east) of the geospatial window options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#east ⇒ Float
The longitude of the east bound of the geospatial coordinate bounds.
-
#north ⇒ Float
The latitude of the north bound of the geospatial coordinate bounds.
-
#south ⇒ Float
The latitude of the south bound of the geospatial coordinate bounds.
-
#west ⇒ Float
The longitude of the west bound of the geospatial coordinate bounds.
Instance Attribute Details
#east ⇒ Float
The longitude of the east bound of the geospatial coordinate bounds.
15340 15341 15342 15343 15344 15345 15346 15347 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15340 class GeospatialCoordinateBounds < Struct.new( :north, :south, :west, :east) SENSITIVE = [] include Aws::Structure end |
#north ⇒ Float
The latitude of the north bound of the geospatial coordinate bounds.
15340 15341 15342 15343 15344 15345 15346 15347 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15340 class GeospatialCoordinateBounds < Struct.new( :north, :south, :west, :east) SENSITIVE = [] include Aws::Structure end |
#south ⇒ Float
The latitude of the south bound of the geospatial coordinate bounds.
15340 15341 15342 15343 15344 15345 15346 15347 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15340 class GeospatialCoordinateBounds < Struct.new( :north, :south, :west, :east) SENSITIVE = [] include Aws::Structure end |
#west ⇒ Float
The longitude of the west bound of the geospatial coordinate bounds.
15340 15341 15342 15343 15344 15345 15346 15347 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15340 class GeospatialCoordinateBounds < Struct.new( :north, :south, :west, :east) SENSITIVE = [] include Aws::Structure end |