Class: Aws::Inspector2::Types::EnableResponse

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

#accountsArray<Types::Account>

Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are provided for each account.

Returns:



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

class EnableResponse < Struct.new(
  :accounts,
  :failed_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#failed_accountsArray<Types::FailedAccount>

Information on any accounts for which Amazon Inspector scans could not be enabled. Details are provided for each account.

Returns:



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

class EnableResponse < Struct.new(
  :accounts,
  :failed_accounts)
  SENSITIVE = []
  include Aws::Structure
end