Class: Aws::CodeGuruSecurity::Types::ScanSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::ScanSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Information about a scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time when the scan was created.
-
#run_id ⇒ String
The identifier for the scan run.
-
#scan_name ⇒ String
The name of the scan.
-
#scan_name_arn ⇒ String
The ARN for the scan name.
-
#scan_state ⇒ String
The state of the scan.
-
#updated_at ⇒ Time
The time the scan was last updated.
Instance Attribute Details
#created_at ⇒ Time
The time when the scan was created.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1093 class ScanSummary < Struct.new( :created_at, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The identifier for the scan run.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1093 class ScanSummary < Struct.new( :created_at, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The name of the scan.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1093 class ScanSummary < Struct.new( :created_at, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#scan_name_arn ⇒ String
The ARN for the scan name.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1093 class ScanSummary < Struct.new( :created_at, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#scan_state ⇒ String
The state of the scan. A scan can be ‘In Progress`, `Complete`, or `Failed`.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1093 class ScanSummary < Struct.new( :created_at, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time the scan was last updated. A scan is updated when it is re-run.
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1093 class ScanSummary < Struct.new( :created_at, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |