Class: Aws::Inspector2::Types::MemberAccountEc2DeepInspectionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::MemberAccountEc2DeepInspectionStatus
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
An object that contains details about the status of Amazon Inspector deep inspection for a member account in your organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The unique identifier for the Amazon Web Services account of the organization member.
-
#activate_deep_inspection ⇒ Boolean
Whether Amazon Inspector deep inspection is active in the account.
Instance Attribute Details
#account_id ⇒ String
The unique identifier for the Amazon Web Services account of the organization member.
8157 8158 8159 8160 8161 8162 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8157 class MemberAccountEc2DeepInspectionStatus < Struct.new( :account_id, :activate_deep_inspection) SENSITIVE = [] include Aws::Structure end |
#activate_deep_inspection ⇒ Boolean
Whether Amazon Inspector deep inspection is active in the account.
If TRUE Amazon Inspector deep inspection is active, if FALSE it
is not active.
8157 8158 8159 8160 8161 8162 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8157 class MemberAccountEc2DeepInspectionStatus < Struct.new( :account_id, :activate_deep_inspection) SENSITIVE = [] include Aws::Structure end |