Class: Aws::Inspector2::Types::BatchGetAccountStatusResponse

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::AccountState>

An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.

Returns:



782
783
784
785
786
787
# File 'lib/aws-sdk-inspector2/types.rb', line 782

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

#failed_accountsArray<Types::FailedAccount>

An array of objects detailing any accounts that failed to enable Amazon Inspector and why.

Returns:



782
783
784
785
786
787
# File 'lib/aws-sdk-inspector2/types.rb', line 782

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