Class: Aws::GroundStation::Types::AzElEphemerisFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::AzElEphemerisFilter
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Filter for selecting contacts that use a specific AzElEphemeris.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Unique identifier of the azimuth elevation ephemeris.
Instance Attribute Details
#id ⇒ String
Unique identifier of the azimuth elevation ephemeris.
246 247 248 249 250 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 246 class AzElEphemerisFilter < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |