Class: Aws::GroundStation::Types::DescribeEphemerisRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1057
1058
1059
1060
1061
# File 'lib/aws-sdk-groundstation/types.rb', line 1057

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