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:



3029
3030
3031
3032
3033
3034
# File 'lib/aws-sdk-inspector2/types.rb', line 3029

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:



3029
3030
3031
3032
3033
3034
# File 'lib/aws-sdk-inspector2/types.rb', line 3029

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