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.
| 19216 19217 19218 19219 19220 19221 19222 19223 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19216 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.
| 19216 19217 19218 19219 19220 19221 19222 19223 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19216 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.
| 19216 19217 19218 19219 19220 19221 19222 19223 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19216 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.
| 19216 19217 19218 19219 19220 19221 19222 19223 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19216 class GeospatialCoordinateBounds < Struct.new( :north, :south, :west, :east) SENSITIVE = [] include Aws::Structure end |