Class: Aws::GuardDuty::Types::DisassociateFromMasterAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DisassociateFromMasterAccountRequest
- Defined in:
- gems/aws-sdk-guardduty/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.
2761 2762 2763 2764 2765 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2761 class DisassociateFromMasterAccountRequest < Struct.new( :detector_id) SENSITIVE = [] include Aws::Structure end |