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

Class: Aws::GroundStation::Types::GetMissionProfileResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#contact_post_pass_duration_secondsInteger

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

Returns:

  • (Integer)

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

#contact_pre_pass_duration_secondsInteger

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

Returns:

  • (Integer)

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

#dataflow_edgesArray<Array<String>>

A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.

Returns:

  • (Array<Array<String>>)

    A list of lists of ARNs.

#minimum_viable_contact_duration_secondsInteger

Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.

Returns:

  • (Integer)

    Smallest amount of time in seconds that you’d like to see for an available contact.

#mission_profile_arnString

ARN of a mission profile.

Returns:

  • (String)

    ARN of a mission profile.

#mission_profile_idString

UUID of a mission profile.

Returns:

  • (String)

    UUID of a mission profile.

#nameString

Name of a mission profile.

Returns:

  • (String)

    Name of a mission profile.

#regionString

Region of a mission profile.

Returns:

  • (String)

    Region of a mission profile.

#tagsHash<String,String>

Tags assigned to a mission profile.

Returns:

  • (Hash<String,String>)

    Tags assigned to a mission profile.

#tracking_config_arnString

ARN of a tracking Config.

Returns:

  • (String)

    ARN of a tracking Config.