RemoveAccountFromOrganizationRequest
public struct RemoveAccountFromOrganizationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier (ID) of the member account that you want to remove from the organization. The regex pattern for an account ID string requires exactly 12 digits.
Declaration
Swift
public let accountId: String
-
Undocumented
Declaration
Swift
public init(accountId: String)
-
Declaration
Swift
public func validate(name: String) throws