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:



2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2098

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

#next_tokenString

Pagination token.

Returns:

  • (String)


2098
2099
2100
2101
2102
2103
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2098

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