Class: Aws::Inspector2::Types::DelegatedAdminAccount

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Details of the Amazon Inspector delegated administrator for your organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

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

Returns:

  • (String)


2493
2494
2495
2496
2497
2498
# File 'lib/aws-sdk-inspector2/types.rb', line 2493

class DelegatedAdminAccount < Struct.new(
  :account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Amazon Inspector delegated administrator.

Returns:

  • (String)


2493
2494
2495
2496
2497
2498
# File 'lib/aws-sdk-inspector2/types.rb', line 2493

class DelegatedAdminAccount < Struct.new(
  :account_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end