Class: Aws::QuickSight::Types::GeospatialCoordinateBounds
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeospatialCoordinateBounds
- Includes:
- Structure
- Defined in:
- 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.
17409 17410 17411 17412 17413 17414 17415 17416 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17409 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.
17409 17410 17411 17412 17413 17414 17415 17416 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17409 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.
17409 17410 17411 17412 17413 17414 17415 17416 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17409 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.
17409 17410 17411 17412 17413 17414 17415 17416 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17409 class GeospatialCoordinateBounds < Struct.new( :north, :south, :west, :east) SENSITIVE = [] include Aws::Structure end |