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)


2019
2020
2021
2022
2023
2024
# File 'lib/aws-sdk-groundstation/types.rb', line 2019

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:



2019
2020
2021
2022
2023
2024
# File 'lib/aws-sdk-groundstation/types.rb', line 2019

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