Invitation
public struct Invitation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The account ID of the Security Hub master account that the invitation was sent from.
Declaration
Swift
public let accountId: String?
-
The ID of the invitation sent to the member account.
Declaration
Swift
public let invitationId: String?
-
The timestamp of when the invitation was sent.
Declaration
Swift
public let invitedAt: TimeStamp?
-
The current status of the association between the member and master accounts.
Declaration
Swift
public let memberStatus: String?
-
Undocumented
Declaration
Swift
public init(accountId: String? = nil, invitationId: String? = nil, invitedAt: TimeStamp? = nil, memberStatus: String? = nil)