Class: Aws::GuardDuty::Types::DisassociateFromMasterAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DisassociateFromMasterAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty member account.
Instance Attribute Details
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty member account.
2760 2761 2762 2763 2764 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2760 class DisassociateFromMasterAccountRequest < Struct.new( :detector_id) SENSITIVE = [] include Aws::Structure end |