GetMissionProfileResponse
public struct GetMissionProfileResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.
Declaration
Swift
public let contactPostPassDurationSeconds: Int?
-
Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.
Declaration
Swift
public let contactPrePassDurationSeconds: Int?
-
A list of lists of ARNs. Each list of ARNs is an edge, with a from Config and a to Config.
Declaration
Swift
public let dataflowEdges: [[String]]?
-
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.
Declaration
Swift
public let minimumViableContactDurationSeconds: Int?
-
ARN of a mission profile.
Declaration
Swift
public let missionProfileArn: String?
-
UUID of a mission profile.
Declaration
Swift
public let missionProfileId: String?
-
Name of a mission profile.
Declaration
Swift
public let name: String?
-
Region of a mission profile.
Declaration
Swift
public let region: String?
-
Tags assigned to a mission profile.
Declaration
Swift
public let tags: [String : String]?
-
ARN of a tracking Config.
Declaration
Swift
public let trackingConfigArn: String?
-
init(contactPostPassDurationSeconds:contactPrePassDurationSeconds:dataflowEdges:minimumViableContactDurationSeconds:missionProfileArn:missionProfileId:name:region:tags:trackingConfigArn:)
Undocumented
Declaration
Swift
public init(contactPostPassDurationSeconds: Int? = nil, contactPrePassDurationSeconds: Int? = nil, dataflowEdges: [[String]]? = nil, minimumViableContactDurationSeconds: Int? = nil, missionProfileArn: String? = nil, missionProfileId: String? = nil, name: String? = nil, region: String? = nil, tags: [String : String]? = nil, trackingConfigArn: String? = nil)