Class: Aws::Inspector2::Types::DisableDelegatedAdminAccountResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegated_admin_account_idString

The Amazon Web Services account ID of the successfully disabled delegated administrator.

Returns:

  • (String)


2619
2620
2621
2622
2623
# File 'lib/aws-sdk-inspector2/types.rb', line 2619

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