You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GroundStation::Types::UpdateMissionProfileRequestWhen passing UpdateMissionProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
contact_post_pass_duration_seconds: 1,
contact_pre_pass_duration_seconds: 1,
dataflow_edges: [
["ConfigArn"],
],
minimum_viable_contact_duration_seconds: 1,
mission_profile_id: "String", name: "SafeName",
tracking_config_arn: "ConfigArn",
}
Instance Attribute Summary collapse
Amount of time after a contact ends that youâd like to receive a CloudWatch event indicating the pass has finished.
Amount of time after a contact ends that youâd like to receive a CloudWatch event indicating the pass has finished.
A list of lists of ARNs.
Smallest amount of time in seconds that youâd like to see for an available contact.
UUID of a mission profile.
Name of a mission profile.
ARN of a tracking Config
.
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_seconds ⇒ IntegerAmount of time after a contact ends that youâd like to receive a CloudWatch event indicating the pass has finished.
#dataflow_edges ⇒ Array<Array<String>>A list of lists of ARNs. Each list of ARNs is an edge, with a from Config
and a to Config
.
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.
#mission_profile_id ⇒ StringUUID of a mission profile.
#name ⇒ StringName of a mission profile.
#tracking_config_arn ⇒ StringARN of a tracking Config
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4