Class: Aws::GroundStation::Types::EphemerisDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::EphemerisDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Description of ephemeris.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ephemeris_data ⇒ String
Supplied ephemeris data.
-
#source_s3_object ⇒ Types::S3Object
Source S3 object used for the ephemeris.
Instance Attribute Details
#ephemeris_data ⇒ String
Supplied ephemeris data.
1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1299 class EphemerisDescription < Struct.new( :ephemeris_data, :source_s3_object) SENSITIVE = [] include Aws::Structure end |
#source_s3_object ⇒ Types::S3Object
Source S3 object used for the ephemeris.
1299 1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1299 class EphemerisDescription < Struct.new( :ephemeris_data, :source_s3_object) SENSITIVE = [] include Aws::Structure end |