Class: Aws::CodeGuruSecurity::Types::ScanSummary

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

Overview

Information about a scan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time when the scan was created.

Returns:

  • (Time)


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_idString

The identifier for the scan run.

Returns:

  • (String)


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_nameString

The name of the scan.

Returns:

  • (String)


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_arnString

The ARN for the scan name.

Returns:

  • (String)


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_stateString

The state of the scan. A scan can be ‘In Progress`, `Complete`, or `Failed`.

Returns:

  • (String)


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_atTime

The time the scan was last updated. A scan is updated when it is re-run.

Returns:

  • (Time)


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