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

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

Instance Attribute Details

#eastFloat

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

Returns:

  • (Float)


15875
15876
15877
15878
15879
15880
15881
15882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15875

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)


15875
15876
15877
15878
15879
15880
15881
15882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15875

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)


15875
15876
15877
15878
15879
15880
15881
15882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15875

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)


15875
15876
15877
15878
15879
15880
15881
15882
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15875

class GeospatialCoordinateBounds < Struct.new(
  :north,
  :south,
  :west,
  :east)
  SENSITIVE = []
  include Aws::Structure
end