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

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

Returns:

  • (String)


4874
4875
4876
4877
4878
# File 'lib/aws-sdk-inspector2/types.rb', line 4874

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