Class: Aws::QuickSight::Types::Coordinate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The preference coordinate for the geocode preference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latitudeFloat

The latitude coordinate value for the geocode preference.

Returns:

  • (Float)


6327
6328
6329
6330
6331
6332
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6327

class Coordinate < Struct.new(
  :latitude,
  :longitude)
  SENSITIVE = []
  include Aws::Structure
end

#longitudeFloat

The longitude coordinate value for the geocode preference.

Returns:

  • (Float)


6327
6328
6329
6330
6331
6332
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6327

class Coordinate < Struct.new(
  :latitude,
  :longitude)
  SENSITIVE = []
  include Aws::Structure
end