Class: Aws::QuickSight::Types::GeospatialCoordinateBounds

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eastFloat

The longitude of the east bound of the geospatial coordinate bounds.

Returns:

  • (Float)


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

#northFloat

The latitude of the north bound of the geospatial coordinate bounds.

Returns:

  • (Float)


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

#southFloat

The latitude of the south bound of the geospatial coordinate bounds.

Returns:

  • (Float)


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

#westFloat

The longitude of the west bound of the geospatial coordinate bounds.

Returns:

  • (Float)


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