Class: Aws::GuardDuty::Types::DisassociateFromAdministratorAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DisassociateFromAdministratorAccountRequest
- 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.
2099 2100 2101 2102 2103 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2099 class DisassociateFromAdministratorAccountRequest < Struct.new( :detector_id) SENSITIVE = [] include Aws::Structure end |