Class: Aws::Detective::Types::StartMonitoringMemberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::StartMonitoringMemberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the member account to try to enable.
-
#graph_arn ⇒ String
The ARN of the behavior graph.
Instance Attribute Details
#account_id ⇒ String
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`.
1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-detective/types.rb', line 1651 class StartMonitoringMemberRequest < Struct.new( :graph_arn, :account_id) SENSITIVE = [] include Aws::Structure end |
#graph_arn ⇒ String
The ARN of the behavior graph.
1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-detective/types.rb', line 1651 class StartMonitoringMemberRequest < Struct.new( :graph_arn, :account_id) SENSITIVE = [] include Aws::Structure end |