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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The list of Amazon Web Services account identifiers for the member accounts to remove from the behavior graph. You can remove up to 50 member accounts at a time.

Returns:

  • (Array<String>)


371
372
373
374
375
376
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 371

class DeleteMembersRequest < Struct.new(
  :graph_arn,
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end

#graph_arnString

The ARN of the behavior graph to remove members from.

Returns:

  • (String)


371
372
373
374
375
376
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 371

class DeleteMembersRequest < Struct.new(
  :graph_arn,
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end