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

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_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)


1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1651

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

#graph_arnString

The ARN of the behavior graph.

Returns:

  • (String)


1651
1652
1653
1654
1655
1656
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1651

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