Class: Aws::GroundStation::Types::EphemerisIdResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ephemeris_idString

The AWS Ground Station ephemeris ID.

Returns:

  • (String)


1301
1302
1303
1304
1305
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1301

class EphemerisIdResponse < Struct.new(
  :ephemeris_id)
  SENSITIVE = []
  include Aws::Structure
end