Class: Aws::Inspector2::Types::GetCodeSecurityScanConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetCodeSecurityScanConfigurationResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::CodeSecurityScanConfiguration
The configuration settings for the code security scan.
-
#created_at ⇒ Time
The timestamp when the scan configuration was created.
-
#last_updated_at ⇒ Time
The timestamp when the scan configuration was last updated.
-
#level ⇒ String
The security level for the scan configuration.
-
#name ⇒ String
The name of the scan configuration.
-
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration.
-
#scope_settings ⇒ Types::ScopeSettings
The scope settings that define which repositories will be scanned.
-
#tags ⇒ Hash<String,String>
The tags associated with the scan configuration.
Instance Attribute Details
#configuration ⇒ Types::CodeSecurityScanConfiguration
The configuration settings for the code security scan.
5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5161 class GetCodeSecurityScanConfigurationResponse < Struct.new( :configuration, :created_at, :last_updated_at, :level, :name, :scan_configuration_arn, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the scan configuration was created.
5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5161 class GetCodeSecurityScanConfigurationResponse < Struct.new( :configuration, :created_at, :last_updated_at, :level, :name, :scan_configuration_arn, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp when the scan configuration was last updated.
5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5161 class GetCodeSecurityScanConfigurationResponse < Struct.new( :configuration, :created_at, :last_updated_at, :level, :name, :scan_configuration_arn, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#level ⇒ String
The security level for the scan configuration.
5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5161 class GetCodeSecurityScanConfigurationResponse < Struct.new( :configuration, :created_at, :last_updated_at, :level, :name, :scan_configuration_arn, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the scan configuration.
5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5161 class GetCodeSecurityScanConfigurationResponse < Struct.new( :configuration, :created_at, :last_updated_at, :level, :name, :scan_configuration_arn, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration.
5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5161 class GetCodeSecurityScanConfigurationResponse < Struct.new( :configuration, :created_at, :last_updated_at, :level, :name, :scan_configuration_arn, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#scope_settings ⇒ Types::ScopeSettings
The scope settings that define which repositories will be scanned.
If the ScopeSetting
parameter is ALL
the scan configuration
applies to all existing and future projects imported into Amazon
Inspector.
5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5161 class GetCodeSecurityScanConfigurationResponse < Struct.new( :configuration, :created_at, :last_updated_at, :level, :name, :scan_configuration_arn, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the scan configuration.
5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5161 class GetCodeSecurityScanConfigurationResponse < Struct.new( :configuration, :created_at, :last_updated_at, :level, :name, :scan_configuration_arn, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |