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

Class: Aws::Detective::Types::StartMonitoringMemberRequest

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

Overview

Note:

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

{
  graph_arn: "GraphArn", # required
  account_id: "AccountId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the member account to try to enable.

The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED.

Returns:

  • (String)

    The account ID of the member account to try to enable.

#graph_arnString

The ARN of the behavior graph.

Returns:

  • (String)

    The ARN of the behavior graph.