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_id ⇒ String

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

Returns:

  • (String)


4448
4449
4450
4451
4452
# File 'lib/aws-sdk-inspector2/types.rb', line 4448

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