Class: Aws::GroundStation::Types::AzElEphemerisFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

Unique identifier of the azimuth elevation ephemeris.

Returns:

  • (String)


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