Class: Aws::GroundStation::Types::DescribeEphemerisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DescribeEphemerisRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ephemeris_id ⇒ String
The AWS Ground Station ephemeris ID.
Instance Attribute Details
#ephemeris_id ⇒ String
The AWS Ground Station ephemeris ID.
1049 1050 1051 1052 1053 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1049 class DescribeEphemerisRequest < Struct.new( :ephemeris_id) SENSITIVE = [] include Aws::Structure end |