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)


2462
2463
2464
2465
2466
# File 'lib/aws-sdk-guardduty/types.rb', line 2462

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