Class: Aws::GroundStation::Types::ListEphemeridesRequest

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

#end_timeTime

The end time for the list operation in UTC. Returns ephemerides with expiration times within your specified time range.

Returns:

  • (Time)


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_typeString

Filter ephemerides by type. If not specified, all ephemeris types will be returned.

Returns:

  • (String)


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_resultsInteger

Maximum number of ephemerides to return.

Returns:

  • (Integer)


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_tokenString

Pagination token.

Returns:

  • (String)


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_idString

The AWS Ground Station satellite ID to list ephemeris for.

Returns:

  • (String)


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_timeTime

The start time for the list operation in UTC. Returns ephemerides with expiration times within your specified time range.

Returns:

  • (Time)


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_listArray<String>

The list of ephemeris status to return.

Returns:

  • (Array<String>)


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