Class: Aws::Inspector2::Types::ScopeSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Defines the scope of repositories to be included in code security scans.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_selection_scopeString

The scope of projects to be selected for scanning within the integrated repositories. Setting the value to ‘ALL` applies the scope settings to all existing and future projects imported into Amazon Inspector.

Returns:

  • (String)


7898
7899
7900
7901
7902
# File 'lib/aws-sdk-inspector2/types.rb', line 7898

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