Class: Aws::Inspector2::Types::BatchGetMemberEc2DeepInspectionStatusResponse

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

#account_idsArray<Types::MemberAccountEc2DeepInspectionStatusState>

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



896
897
898
899
900
901
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 896

class BatchGetMemberEc2DeepInspectionStatusResponse < Struct.new(
  :account_ids,
  :failed_account_ids)
  SENSITIVE = []
  include Aws::Structure
end

#failed_account_idsArray<Types::FailedMemberAccountEc2DeepInspectionStatusState>

An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.



896
897
898
899
900
901
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 896

class BatchGetMemberEc2DeepInspectionStatusResponse < Struct.new(
  :account_ids,
  :failed_account_ids)
  SENSITIVE = []
  include Aws::Structure
end