Class: Aws::GroundStation::Types::EphemerisMetaData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::EphemerisMetaData
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Metadata describing a particular ephemeris.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ephemeris_id ⇒ String
UUID of a customer-provided ephemeris.
-
#epoch ⇒ Time
The epoch of a default, ephemeris from Space Track in UTC.
-
#name ⇒ String
A name string associated with the ephemeris.
-
#source ⇒ String
The
EphemerisSource
that generated a given ephemeris.
Instance Attribute Details
#ephemeris_id ⇒ String
UUID of a customer-provided ephemeris.
This field is not populated for default ephemerides from Space Track.
1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1398 class EphemerisMetaData < Struct.new( :ephemeris_id, :epoch, :name, :source) SENSITIVE = [] include Aws::Structure end |
#epoch ⇒ Time
The epoch of a default, ephemeris from Space Track in UTC.
This field is not populated for customer-provided ephemerides.
1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1398 class EphemerisMetaData < Struct.new( :ephemeris_id, :epoch, :name, :source) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
A name is only returned for customer-provider ephemerides that have a name associated.
1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1398 class EphemerisMetaData < Struct.new( :ephemeris_id, :epoch, :name, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The EphemerisSource
that generated a given ephemeris.
1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1398 class EphemerisMetaData < Struct.new( :ephemeris_id, :epoch, :name, :source) SENSITIVE = [] include Aws::Structure end |