Class: Aws::Inspector2::Types::BatchGetAccountStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetAccountStatusResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
705 706 707 708 709 710 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 705 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.
705 706 707 708 709 710 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 705 class BatchGetAccountStatusResponse < Struct.new( :accounts, :failed_accounts) SENSITIVE = [] include Aws::Structure end |