Class: Aws::Types::RepositoryScanningConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applied_scan_filters::Array[Types::ScanningRepositoryFilter]

Returns the value of attribute applied_scan_filters.

Returns:



1164
1165
1166
# File 'sig/types.rbs', line 1164

def applied_scan_filters
  @applied_scan_filters
end

#repository_arn::String

Returns the value of attribute repository_arn.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def repository_arn
  @repository_arn
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def repository_name
  @repository_name
end

#scan_frequency"SCAN_ON_PUSH", ...

Returns the value of attribute scan_frequency.

Returns:

  • ("SCAN_ON_PUSH", "CONTINUOUS_SCAN", "MANUAL")


1163
1164
1165
# File 'sig/types.rbs', line 1163

def scan_frequency
  @scan_frequency
end

#scan_on_pushBoolean

Returns the value of attribute scan_on_push.

Returns:

  • (Boolean)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def scan_on_push
  @scan_on_push
end