DisassociateMembershipRequest

public struct DisassociateMembershipRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the behavior graph to remove the member account from. The member account’s member status in the behavior graph must be ENABLED.

    Declaration

    Swift

    public let graphArn: String
  • Undocumented

    Declaration

    Swift

    public init(graphArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws