Class: Aws::Inspector2::Types::GetCodeSecurityScanResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID associated with the scan.



5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-inspector2/types.rb', line 5248

class GetCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :resource,
  :account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at,
  :last_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the scan was created.



5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-inspector2/types.rb', line 5248

class GetCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :resource,
  :account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at,
  :last_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_commit_idString

The identifier of the last commit that was scanned. This is only returned if the scan was successful or skipped.



5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-inspector2/types.rb', line 5248

class GetCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :resource,
  :account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at,
  :last_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::CodeSecurityResource

The resource identifier for the code repository that was scanned.



5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-inspector2/types.rb', line 5248

class GetCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :resource,
  :account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at,
  :last_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#scan_idString

The unique identifier of the scan.



5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-inspector2/types.rb', line 5248

class GetCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :resource,
  :account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at,
  :last_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the scan.



5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-inspector2/types.rb', line 5248

class GetCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :resource,
  :account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at,
  :last_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason for the current status of the scan.



5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-inspector2/types.rb', line 5248

class GetCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :resource,
  :account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at,
  :last_commit_id)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the scan was last updated.



5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
# File 'lib/aws-sdk-inspector2/types.rb', line 5248

class GetCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :resource,
  :account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at,
  :last_commit_id)
  SENSITIVE = []
  include Aws::Structure
end