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 Amazon S3 object used for the ephemeris.
Instance Attribute Details
#ephemeris_data ⇒ String
Supplied ephemeris data.
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_object ⇒ Types::S3Object
Source Amazon S3 object used for the ephemeris.
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 |