Class: Aws::GroundStation::Types::DeleteEphemerisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DeleteEphemerisRequest
- 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.
878 879 880 881 882 |
# File 'lib/aws-sdk-groundstation/types.rb', line 878 class DeleteEphemerisRequest < Struct.new( :ephemeris_id) SENSITIVE = [] include Aws::Structure end |