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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


2915
2916
2917
2918
2919
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2915

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