ReserveContactRequest
public struct ReserveContactRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
End time of a contact.
Declaration
Swift
public let endTime: TimeStamp
-
Name of a ground station.
Declaration
Swift
public let groundStation: String
-
ARN of a mission profile.
Declaration
Swift
public let missionProfileArn: String
-
ARN of a satellite
Declaration
Swift
public let satelliteArn: String
-
Start time of a contact.
Declaration
Swift
public let startTime: TimeStamp
-
Tags assigned to a contact.
Declaration
Swift
public let tags: [String : String]?