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:



2715
2716
2717
2718
2719
2720
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2715

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

#next_tokenString

Pagination token.

Returns:

  • (String)


2715
2716
2717
2718
2719
2720
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2715

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