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.
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_token ⇒ String
Pagination token.
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 |