Class: Aws::Inspector2::Types::BatchGetAccountStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetAccountStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::AccountState>
An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
-
#failed_accounts ⇒ Array<Types::FailedAccount>
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
Instance Attribute Details
#accounts ⇒ Array<Types::AccountState>
An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
779 780 781 782 783 784 |
# File 'lib/aws-sdk-inspector2/types.rb', line 779 class BatchGetAccountStatusResponse < Struct.new( :accounts, :failed_accounts) SENSITIVE = [] include Aws::Structure end |
#failed_accounts ⇒ Array<Types::FailedAccount>
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
779 780 781 782 783 784 |
# File 'lib/aws-sdk-inspector2/types.rb', line 779 class BatchGetAccountStatusResponse < Struct.new( :accounts, :failed_accounts) SENSITIVE = [] include Aws::Structure end |