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.
5444 5445 5446 5447 5448 5449 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5444 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.
5444 5445 5446 5447 5448 5449 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5444 class MemberAccountEc2DeepInspectionStatus < Struct.new( :account_id, :activate_deep_inspection) SENSITIVE = [] include Aws::Structure end |