Class: Aws::CodeGuruSecurity::Types::CreateScanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::CreateScanResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ Types::ResourceId
The identifier for the resource object that contains resources that were scanned.
-
#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.
Instance Attribute Details
#resource_id ⇒ Types::ResourceId
The identifier for the resource object that contains resources that were scanned.
298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 298 class CreateScanResponse < Struct.new( :resource_id, :run_id, :scan_name, :scan_name_arn, :scan_state) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
UUID that identifies the individual scan run.
298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 298 class CreateScanResponse < Struct.new( :resource_id, :run_id, :scan_name, :scan_name_arn, :scan_state) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The name of the scan.
298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 298 class CreateScanResponse < Struct.new( :resource_id, :run_id, :scan_name, :scan_name_arn, :scan_state) SENSITIVE = [] include Aws::Structure end |
#scan_name_arn ⇒ String
The ARN for the scan name.
298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 298 class CreateScanResponse < Struct.new( :resource_id, :run_id, :scan_name, :scan_name_arn, :scan_state) SENSITIVE = [] include Aws::Structure end |
#scan_state ⇒ String
The current state of the scan. Returns either ‘InProgress`, `Successful`, or `Failed`.
298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 298 class CreateScanResponse < Struct.new( :resource_id, :run_id, :scan_name, :scan_name_arn, :scan_state) SENSITIVE = [] include Aws::Structure end |