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

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

#accountsArray<Types::AccountState>

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

Returns:



769
770
771
772
773
774
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 769

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:



769
770
771
772
773
774
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 769

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