You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Detective::Types::DeleteMembersRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteMembersRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  graph_arn: "GraphArn", # required
  account_ids: ["AccountId"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The list of AWS account identifiers for the member accounts to delete from the behavior graph.

Returns:

  • (Array<String>)

    The list of AWS account identifiers for the member accounts to delete from the behavior graph.

#graph_arnString

The ARN of the behavior graph to delete members from.

Returns:

  • (String)

    The ARN of the behavior graph to delete members from.