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

Class: Aws::GroundStation::Types::ContactData

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

Overview

Data describing a contact.

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

UUID of a contact.

Returns:

  • (String)

    UUID of a contact.

#contact_statusString

Status of a contact.

Possible values:

  • AVAILABLE
  • AWS_CANCELLED
  • AWS_FAILED
  • CANCELLED
  • CANCELLING
  • COMPLETED
  • FAILED
  • FAILED_TO_SCHEDULE
  • PASS
  • POSTPASS
  • PREPASS
  • SCHEDULED
  • SCHEDULING

Returns:

  • (String)

    Status of a contact.

#end_timeTime

End time of a contact.

Returns:

  • (Time)

    End time of a contact.

#error_messageString

Error message of a contact.

Returns:

  • (String)

    Error message of a contact.

#ground_stationString

Name of a ground station.

Returns:

  • (String)

    Name of a ground station.

#maximum_elevationTypes::Elevation

Maximum elevation angle of a contact.

Returns:

#mission_profile_arnString

ARN of a mission profile.

Returns:

  • (String)

    ARN of a mission profile.

#post_pass_end_timeTime

Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.

Returns:

  • (Time)

    Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.

#pre_pass_start_timeTime

Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.

Returns:

  • (Time)

    Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.

#regionString

Region of a contact.

Returns:

  • (String)

    Region of a contact.

#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.

#tagsHash<String,String>

Tags assigned to a contact.

Returns:

  • (Hash<String,String>)

    Tags assigned to a contact.