You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GroundStation::Types::ListContactsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListContactsRequest as input to an Aws::Client method, you can use a vanilla 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
}

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

End time of a contact.

Returns:

  • (Time)

    End time of a contact.

#ground_stationString

Name of a ground station.

Returns:

  • (String)

    Name of a ground station.

#max_resultsInteger

Maximum number of contacts returned.

Returns:

  • (Integer)

    Maximum number of contacts returned.

#mission_profile_arnString

ARN of a mission profile.

Returns:

  • (String)

    ARN of a mission profile.

#next_tokenString

Next token returned in the request of a previous ListContacts call. Used to get the next page of results.

Returns:

  • (String)

    Next token returned in the request of a previous ListContacts call.

#satellite_arnString

ARN of a satellite.

Returns:

  • (String)

    ARN of a satellite.

#start_timeTime

Start time of a contact.

Returns:

  • (Time)

    Start time of a contact.

#status_listArray<String>

Status of a contact reservation.

Returns:

  • (Array<String>)

    Status of a contact reservation.