Class: Aws::GroundStation::Types::EphemerisMetaData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ephemeris_idString

UUID of a customer-provided ephemeris.

This field is not populated for default ephemerides from Space Track.

Returns:

  • (String)


1387
1388
1389
1390
1391
1392
1393
1394
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

class EphemerisMetaData < Struct.new(
  :ephemeris_id,
  :epoch,
  :name,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#epochTime

The epoch of a default, ephemeris from Space Track in UTC.

This field is not populated for customer-provided ephemerides.

Returns:

  • (Time)


1387
1388
1389
1390
1391
1392
1393
1394
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

class EphemerisMetaData < Struct.new(
  :ephemeris_id,
  :epoch,
  :name,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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.

Returns:

  • (String)


1387
1388
1389
1390
1391
1392
1393
1394
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

class EphemerisMetaData < Struct.new(
  :ephemeris_id,
  :epoch,
  :name,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The EphemerisSource that generated a given ephemeris.

Returns:

  • (String)


1387
1388
1389
1390
1391
1392
1393
1394
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1387

class EphemerisMetaData < Struct.new(
  :ephemeris_id,
  :epoch,
  :name,
  :source)
  SENSITIVE = []
  include Aws::Structure
end