Class: Aws::GroundStation::Types::EphemerisDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-groundstation/types.rb

Overview

Description of ephemeris.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ephemeris_dataString

Supplied ephemeris data.

Returns:

  • (String)


1720
1721
1722
1723
1724
1725
# File 'lib/aws-sdk-groundstation/types.rb', line 1720

class EphemerisDescription < Struct.new(
  :source_s3_object,
  :ephemeris_data)
  SENSITIVE = []
  include Aws::Structure
end

#source_s3_objectTypes::S3Object

Source Amazon S3 object used for the ephemeris.

Returns:



1720
1721
1722
1723
1724
1725
# File 'lib/aws-sdk-groundstation/types.rb', line 1720

class EphemerisDescription < Struct.new(
  :source_s3_object,
  :ephemeris_data)
  SENSITIVE = []
  include Aws::Structure
end