Class: Aws::Inspector2::Types::UpdateOrgEc2DeepInspectionConfigurationRequest

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

#org_package_pathsArray<String>

The Amazon Inspector deep inspection custom paths you are adding for your organization.

Returns:

  • (Array<String>)


7142
7143
7144
7145
7146
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7142

class UpdateOrgEc2DeepInspectionConfigurationRequest < Struct.new(
  :org_package_paths)
  SENSITIVE = []
  include Aws::Structure
end