Class: Aws::GroundStation::Types::ListEphemeridesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListEphemeridesResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ephemerides ⇒ Array<Types::EphemerisItem>
List of ephemerides.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#ephemerides ⇒ Array<Types::EphemerisItem>
List of ephemerides.
2090 2091 2092 2093 2094 2095 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2090 class ListEphemeridesResponse < Struct.new( :ephemerides, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2090 2091 2092 2093 2094 2095 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2090 class ListEphemeridesResponse < Struct.new( :ephemerides, :next_token) SENSITIVE = [] include Aws::Structure end |