Class: Aws::Inspector2::Types::BatchUpdateMemberEc2DeepInspectionStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchUpdateMemberEc2DeepInspectionStatusResponse
- Defined in:
- gems/aws-sdk-inspector2/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 for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
-
#failed_account_ids ⇒ Array<Types::FailedMemberAccountEc2DeepInspectionStatusState>
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
Instance Attribute Details
#account_ids ⇒ Array<Types::MemberAccountEc2DeepInspectionStatusState>
An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.
943 944 945 946 947 948 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 943 class BatchUpdateMemberEc2DeepInspectionStatusResponse < 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 for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.
943 944 945 946 947 948 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 943 class BatchUpdateMemberEc2DeepInspectionStatusResponse < Struct.new( :account_ids, :failed_account_ids) SENSITIVE = [] include Aws::Structure end |