Class: Aws::CodeGuruSecurity::Types::CreateScanResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idTypes::ResourceId

The identifier for the resource object that contains resources that were scanned.

Returns:



299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 299

class CreateScanResponse < Struct.new(
  :resource_id,
  :run_id,
  :scan_name,
  :scan_name_arn,
  :scan_state)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

UUID that identifies the individual scan run.

Returns:

  • (String)


299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 299

class CreateScanResponse < Struct.new(
  :resource_id,
  :run_id,
  :scan_name,
  :scan_name_arn,
  :scan_state)
  SENSITIVE = []
  include Aws::Structure
end

#scan_nameString

The name of the scan.

Returns:

  • (String)


299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 299

class CreateScanResponse < Struct.new(
  :resource_id,
  :run_id,
  :scan_name,
  :scan_name_arn,
  :scan_state)
  SENSITIVE = []
  include Aws::Structure
end

#scan_name_arnString

The ARN for the scan name.

Returns:

  • (String)


299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 299

class CreateScanResponse < Struct.new(
  :resource_id,
  :run_id,
  :scan_name,
  :scan_name_arn,
  :scan_state)
  SENSITIVE = []
  include Aws::Structure
end

#scan_stateString

The current state of the scan. Returns either InProgress, Successful, or Failed.

Returns:

  • (String)


299
300
301
302
303
304
305
306
307
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 299

class CreateScanResponse < Struct.new(
  :resource_id,
  :run_id,
  :scan_name,
  :scan_name_arn,
  :scan_state)
  SENSITIVE = []
  include Aws::Structure
end