Invitation
public struct Invitation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the account that the invitation was sent from.
Declaration
Swift
public let accountId: String?
-
The ID of the invitation. This value is used to validate the inviter account to the member account.
Declaration
Swift
public let invitationId: String?
-
The timestamp when the invitation was sent.
Declaration
Swift
public let invitedAt: String?
-
The status of the relationship between the inviter and invitee accounts.
Declaration
Swift
public let relationshipStatus: String?
-
Undocumented
Declaration
Swift
public init(accountId: String? = nil, invitationId: String? = nil, invitedAt: String? = nil, relationshipStatus: String? = nil)