Master
public struct Master : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the account used as the master account.
Declaration
Swift
public let accountId: String? -
The value used to validate the master 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 master and member accounts.
Declaration
Swift
public let relationshipStatus: String? -
Undocumented
Declaration
Swift
public init(accountId: String? = nil, invitationId: String? = nil, invitedAt: String? = nil, relationshipStatus: String? = nil)
View on GitHub
Master Structure Reference