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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1288

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

#source_s3_objectTypes::S3Object

Source S3 object used for the ephemeris.

Returns:



1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1288

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