Class: Aws::GroundStation::Types::EphemerisDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::EphemerisDescription
- Defined in:
- gems/aws-sdk-groundstation/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.
1747 1748 1749 1750 1751 1752 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1747 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.
1747 1748 1749 1750 1751 1752 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1747 class EphemerisDescription < Struct.new( :source_s3_object, :ephemeris_data) SENSITIVE = [] include Aws::Structure end |