Class: Aws::GuardDuty::Types::DisassociateMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DisassociateMembersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
A list of account IDs of the GuardDuty member accounts that you want to disassociate from the administrator account.
-
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account whose members you want to disassociate from the administrator account.
Instance Attribute Details
#account_ids ⇒ Array<String>
A list of account IDs of the GuardDuty member accounts that you want to disassociate from the administrator account.
2782 2783 2784 2785 2786 2787 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2782 class DisassociateMembersRequest < Struct.new( :detector_id, :account_ids) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account whose members you want to disassociate from the administrator account.
2782 2783 2784 2785 2786 2787 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2782 class DisassociateMembersRequest < Struct.new( :detector_id, :account_ids) SENSITIVE = [] include Aws::Structure end |