DeleteMembersRequest

public struct DeleteMembersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of AWS account identifiers for the member accounts to delete from the behavior graph.

    Declaration

    Swift

    public let accountIds: [String]
  • The ARN of the behavior graph to delete members from.

    Declaration

    Swift

    public let graphArn: String
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String], graphArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws