Class: Aws::CodeGuruSecurity::Types::GetScanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::GetScanResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_type ⇒ String
The type of analysis CodeGuru Security performed in the scan, either ‘Security` or `All`.
-
#created_at ⇒ Time
The time the scan was created.
-
#error_message ⇒ String
Details about the error that causes a scan to fail to be retrieved.
-
#number_of_revisions ⇒ Integer
The number of times a scan has been re-run on a revised resource.
-
#run_id ⇒ String
UUID that identifies the individual scan run.
-
#scan_name ⇒ String
The name of the scan.
-
#scan_name_arn ⇒ String
The ARN for the scan name.
-
#scan_state ⇒ String
The current state of the scan.
-
#updated_at ⇒ Time
The time when the scan was last updated.
Instance Attribute Details
#analysis_type ⇒ String
The type of analysis CodeGuru Security performed in the scan, either ‘Security` or `All`. The `Security` type only generates findings related to security. The `All` type generates both security findings and quality findings.
724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 724 class GetScanResponse < Struct.new( :analysis_type, :created_at, :error_message, :number_of_revisions, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time the scan was created.
724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 724 class GetScanResponse < Struct.new( :analysis_type, :created_at, :error_message, :number_of_revisions, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Details about the error that causes a scan to fail to be retrieved.
724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 724 class GetScanResponse < Struct.new( :analysis_type, :created_at, :error_message, :number_of_revisions, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#number_of_revisions ⇒ Integer
The number of times a scan has been re-run on a revised resource.
724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 724 class GetScanResponse < Struct.new( :analysis_type, :created_at, :error_message, :number_of_revisions, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
UUID that identifies the individual scan run.
724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 724 class GetScanResponse < Struct.new( :analysis_type, :created_at, :error_message, :number_of_revisions, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The name of the scan.
724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 724 class GetScanResponse < Struct.new( :analysis_type, :created_at, :error_message, :number_of_revisions, :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.
724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 724 class GetScanResponse < Struct.new( :analysis_type, :created_at, :error_message, :number_of_revisions, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#scan_state ⇒ String
The current state of the scan. Returns either ‘InProgress`, `Successful`, or `Failed`.
724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 724 class GetScanResponse < Struct.new( :analysis_type, :created_at, :error_message, :number_of_revisions, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time when the scan was last updated. Only available for ‘STANDARD` scan types.
724 725 726 727 728 729 730 731 732 733 734 735 736 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 724 class GetScanResponse < Struct.new( :analysis_type, :created_at, :error_message, :number_of_revisions, :run_id, :scan_name, :scan_name_arn, :scan_state, :updated_at) SENSITIVE = [] include Aws::Structure end |