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

Class: Aws::Detective::Types::GetMembersRequest

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

Overview

Note:

When passing GetMembersRequest 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 account for which to return member details.

You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

Returns:

  • (Array<String>)

    The list of AWS account identifiers for the member account for which to return member details.

#graph_arnString

The ARN of the behavior graph for which to request the member details.

Returns:

  • (String)

    The ARN of the behavior graph for which to request the member details.