Class: Aws::Inspector2::Types::BatchGetMemberEc2DeepInspectionStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchGetMemberEc2DeepInspectionStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<Types::MemberAccountEc2DeepInspectionStatusState>
An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.
-
#failed_account_ids ⇒ Array<Types::FailedMemberAccountEc2DeepInspectionStatusState>
An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.
Instance Attribute Details
#account_ids ⇒ Array<Types::MemberAccountEc2DeepInspectionStatusState>
An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts. </p>
906 907 908 909 910 911 |
# File 'lib/aws-sdk-inspector2/types.rb', line 906 class BatchGetMemberEc2DeepInspectionStatusResponse < Struct.new( :account_ids, :failed_account_ids) SENSITIVE = [] include Aws::Structure end |
#failed_account_ids ⇒ Array<Types::FailedMemberAccountEc2DeepInspectionStatusState>
An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why. </p>
906 907 908 909 910 911 |
# File 'lib/aws-sdk-inspector2/types.rb', line 906 class BatchGetMemberEc2DeepInspectionStatusResponse < Struct.new( :account_ids, :failed_account_ids) SENSITIVE = [] include Aws::Structure end |