Class: Aws::GroundStation::Types::ListContactsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListContactsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
End time of a contact in UTC.
-
#ephemeris ⇒ Types::EphemerisFilter
Filter for selecting contacts that use a specific ephemeris“.
-
#ground_station ⇒ String
Name of a ground station.
-
#max_results ⇒ Integer
Maximum number of contacts returned.
-
#mission_profile_arn ⇒ String
ARN of a mission profile.
-
#next_token ⇒ String
Next token returned in the request of a previous ‘ListContacts` call.
-
#satellite_arn ⇒ String
ARN of a satellite.
-
#start_time ⇒ Time
Start time of a contact in UTC.
-
#status_list ⇒ Array<String>
Status of a contact reservation.
Instance Attribute Details
#end_time ⇒ Time
End time of a contact in UTC.
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2539 class ListContactsRequest < Struct.new( :max_results, :next_token, :status_list, :start_time, :end_time, :ground_station, :satellite_arn, :mission_profile_arn, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#ephemeris ⇒ Types::EphemerisFilter
Filter for selecting contacts that use a specific ephemeris“.
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2539 class ListContactsRequest < Struct.new( :max_results, :next_token, :status_list, :start_time, :end_time, :ground_station, :satellite_arn, :mission_profile_arn, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#ground_station ⇒ String
Name of a ground station.
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2539 class ListContactsRequest < Struct.new( :max_results, :next_token, :status_list, :start_time, :end_time, :ground_station, :satellite_arn, :mission_profile_arn, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of contacts returned.
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2539 class ListContactsRequest < Struct.new( :max_results, :next_token, :status_list, :start_time, :end_time, :ground_station, :satellite_arn, :mission_profile_arn, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#mission_profile_arn ⇒ String
ARN of a mission profile.
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2539 class ListContactsRequest < Struct.new( :max_results, :next_token, :status_list, :start_time, :end_time, :ground_station, :satellite_arn, :mission_profile_arn, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned in the request of a previous ‘ListContacts` call. Used to get the next page of results.
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2539 class ListContactsRequest < Struct.new( :max_results, :next_token, :status_list, :start_time, :end_time, :ground_station, :satellite_arn, :mission_profile_arn, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#satellite_arn ⇒ String
ARN of a satellite.
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2539 class ListContactsRequest < Struct.new( :max_results, :next_token, :status_list, :start_time, :end_time, :ground_station, :satellite_arn, :mission_profile_arn, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Start time of a contact in UTC.
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2539 class ListContactsRequest < Struct.new( :max_results, :next_token, :status_list, :start_time, :end_time, :ground_station, :satellite_arn, :mission_profile_arn, :ephemeris) SENSITIVE = [] include Aws::Structure end |
#status_list ⇒ Array<String>
Status of a contact reservation.
2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2539 class ListContactsRequest < Struct.new( :max_results, :next_token, :status_list, :start_time, :end_time, :ground_station, :satellite_arn, :mission_profile_arn, :ephemeris) SENSITIVE = [] include Aws::Structure end |