Class: Aws::Inspector2::Types::EnableDelegatedAdminAccountResponse

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 Amazon Inspector delegated administrator.

Returns:

  • (String)


2989
2990
2991
2992
2993
# File 'lib/aws-sdk-inspector2/types.rb', line 2989

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