Class: Aws::GroundStation::Types::EphemerisResponseData

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

Instance Attribute Details

#ephemeris_idString

Unique identifier of the ephemeris. Appears only for custom ephemerides.

Returns:

  • (String)


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_typeString

Type of ephemeris.

Returns:

  • (String)


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