Class: Aws::GroundStation::Types::ListEphemeridesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListEphemeridesRequest
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time for the list operation in UTC.
-
#ephemeris_type ⇒ String
Filter ephemerides by type.
-
#max_results ⇒ Integer
Maximum number of ephemerides to return.
-
#next_token ⇒ String
Pagination token.
-
#satellite_id ⇒ String
The AWS Ground Station satellite ID to list ephemeris for.
-
#start_time ⇒ Time
The start time for the list operation in UTC.
-
#status_list ⇒ Array<String>
The list of ephemeris status to return.
Instance Attribute Details
#end_time ⇒ Time
The end time for the list operation in UTC. Returns ephemerides with expiration times within your specified time range.
2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2642 class ListEphemeridesRequest < Struct.new( :satellite_id, :ephemeris_type, :start_time, :end_time, :status_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#ephemeris_type ⇒ String
Filter ephemerides by type. If not specified, all ephemeris types will be returned.
2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2642 class ListEphemeridesRequest < Struct.new( :satellite_id, :ephemeris_type, :start_time, :end_time, :status_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of ephemerides to return.
2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2642 class ListEphemeridesRequest < Struct.new( :satellite_id, :ephemeris_type, :start_time, :end_time, :status_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2642 class ListEphemeridesRequest < Struct.new( :satellite_id, :ephemeris_type, :start_time, :end_time, :status_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#satellite_id ⇒ String
The AWS Ground Station satellite ID to list ephemeris for.
2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2642 class ListEphemeridesRequest < Struct.new( :satellite_id, :ephemeris_type, :start_time, :end_time, :status_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time for the list operation in UTC. Returns ephemerides with expiration times within your specified time range.
2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2642 class ListEphemeridesRequest < Struct.new( :satellite_id, :ephemeris_type, :start_time, :end_time, :status_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#status_list ⇒ Array<String>
The list of ephemeris status to return.
2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2642 class ListEphemeridesRequest < Struct.new( :satellite_id, :ephemeris_type, :start_time, :end_time, :status_list, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |