Class: Aws::GroundStation::Types::EphemerisResponseData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::EphemerisResponseData
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Ephemeris data for a contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ephemeris_id ⇒ String
Unique identifier of the ephemeris.
-
#ephemeris_type ⇒ String
Type of ephemeris.
Instance Attribute Details
#ephemeris_id ⇒ String
Unique identifier of the ephemeris. Appears only for custom ephemerides.
1896 1897 1898 1899 1900 1901 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1896 class EphemerisResponseData < Struct.new( :ephemeris_id, :ephemeris_type) SENSITIVE = [] include Aws::Structure end |
#ephemeris_type ⇒ String
Type of ephemeris.
1896 1897 1898 1899 1900 1901 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1896 class EphemerisResponseData < Struct.new( :ephemeris_id, :ephemeris_type) SENSITIVE = [] include Aws::Structure end |