class Aws::GroundStation::Types::ListContactsRequest

@note When making an API call, you may pass ListContactsRequest

data as a hash:

    {
      end_time: Time.now, # required
      ground_station: "String",
      max_results: 1,
      mission_profile_arn: "MissionProfileArn",
      next_token: "String",
      satellite_arn: "satelliteArn",
      start_time: Time.now, # required
      status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, AWS_FAILED, CANCELLED, CANCELLING, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
    }

@!attribute [rw] end_time

End time of a contact.
@return [Time]

@!attribute [rw] ground_station

Name of a ground station.
@return [String]

@!attribute [rw] max_results

Maximum number of contacts returned.
@return [Integer]

@!attribute [rw] mission_profile_arn

ARN of a mission profile.
@return [String]

@!attribute [rw] next_token

Next token returned in the request of a previous `ListContacts`
call. Used to get the next page of results.
@return [String]

@!attribute [rw] satellite_arn

ARN of a satellite.
@return [String]

@!attribute [rw] start_time

Start time of a contact.
@return [Time]

@!attribute [rw] status_list

Status of a contact reservation.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListContactsRequest AWS API Documentation

Constants

SENSITIVE