Class: Aws::QuickSight::Types::Coordinate
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Coordinate
- 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
-
#latitude ⇒ Float
The latitude coordinate value for the geocode preference.
-
#longitude ⇒ Float
The longitude coordinate value for the geocode preference.
Instance Attribute Details
#latitude ⇒ Float
The latitude coordinate value for the geocode preference.
7357 7358 7359 7360 7361 7362 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7357 class Coordinate < Struct.new( :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#longitude ⇒ Float
The longitude coordinate value for the geocode preference.
7357 7358 7359 7360 7361 7362 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7357 class Coordinate < Struct.new( :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |