Class: Aws::Inspector2::Types::GetDelegatedAdminAccountResponse

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_adminTypes::DelegatedAdmin

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



4027
4028
4029
4030
4031
# File 'lib/aws-sdk-inspector2/types.rb', line 4027

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