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:



2079
2080
2081
2082
2083
2084
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2079

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

#next_tokenString

Pagination token.

Returns:

  • (String)


2079
2080
2081
2082
2083
2084
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2079

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