Class: Aws::PrivateNetworks::Types::Position
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::Position
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Information about a position.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elevation ⇒ Float
The elevation of the equipment at this position.
-
#elevation_reference ⇒ String
The reference point from which elevation is reported.
-
#elevation_unit ⇒ String
The units used to measure the elevation of the position.
-
#latitude ⇒ Float
The latitude of the position.
-
#longitude ⇒ Float
The longitude of the position.
Instance Attribute Details
#elevation ⇒ Float
The elevation of the equipment at this position.
1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1461 class Position < Struct.new( :elevation, :elevation_reference, :elevation_unit, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#elevation_reference ⇒ String
The reference point from which elevation is reported.
1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1461 class Position < Struct.new( :elevation, :elevation_reference, :elevation_unit, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |
#elevation_unit ⇒ String
The units used to measure the elevation of the position.
1461 1462 1463 1464 1465 1466 1467 1468 1469 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1461 class Position < Struct.new( :elevation, :elevation_reference, :elevation_unit, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |