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.
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 |
#longitude ⇒ Float
The longitude coordinate value for the geocode preference.
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 |