Class: Aws::GroundStation::Types::ListEphemeridesResponse

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

#ephemeridesArray<Types::EphemerisItem>

List of ephemerides.

Returns:



2664
2665
2666
2667
2668
2669
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2664

class ListEphemeridesResponse < Struct.new(
  :next_token,
  :ephemerides)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


2664
2665
2666
2667
2668
2669
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2664

class ListEphemeridesResponse < Struct.new(
  :next_token,
  :ephemerides)
  SENSITIVE = []
  include Aws::Structure
end