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

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

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



4004
4005
4006
4007
4008
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4004

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