DisassociateMembersRequest

public struct DisassociateMembersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The account IDs of the member accounts to disassociate from the master account.

    Declaration

    Swift

    public let accountIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws