Class: Aws::Inspector2::Types::UpdateOrgEc2DeepInspectionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateOrgEc2DeepInspectionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#org_package_paths ⇒ Array<String>
The Amazon Inspector deep inspection custom paths you are adding for your organization.
Instance Attribute Details
#org_package_paths ⇒ Array<String>
The Amazon Inspector deep inspection custom paths you are adding for your organization.
7168 7169 7170 7171 7172 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7168 class UpdateOrgEc2DeepInspectionConfigurationRequest < Struct.new( :org_package_paths) SENSITIVE = [] include Aws::Structure end |