GetMissionProfileResponse class

Constructors

GetMissionProfileResponse({int? contactPostPassDurationSeconds, int? contactPrePassDurationSeconds, List<List<String>>? dataflowEdges, int? minimumViableContactDurationSeconds, String? missionProfileArn, String? missionProfileId, String? name, String? region, Map<String, String>? tags, String? trackingConfigArn})
GetMissionProfileResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contactPostPassDurationSeconds int?
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
final
contactPrePassDurationSeconds int?
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
final
dataflowEdges List<List<String>>?
A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.
final
hashCode int
The hash code for this object.
no setterinherited
minimumViableContactDurationSeconds int?
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.
final
missionProfileArn String?
ARN of a mission profile.
final
missionProfileId String?
UUID of a mission profile.
final
name String?
Name of a mission profile.
final
region String?
Region of a mission profile.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
Tags assigned to a mission profile.
final
trackingConfigArn String?
ARN of a tracking Config.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited