Class: Aws::GuardDuty::Types::DisassociateFromAdministratorAccountRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The unique ID of the detector of the GuardDuty member account.

Returns:

  • (String)


4427
4428
4429
4430
4431
# File 'lib/aws-sdk-guardduty/types.rb', line 4427

class DisassociateFromAdministratorAccountRequest < Struct.new(
  :detector_id)
  SENSITIVE = []
  include Aws::Structure
end