Class: Aws::Inspector2::Types::StartCodeSecurityScanResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_idString

The unique identifier of the initiated scan.

Returns:

  • (String)


8111
8112
8113
8114
8115
8116
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8111

class StartCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the initiated scan.

Returns:

  • (String)


8111
8112
8113
8114
8115
8116
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8111

class StartCodeSecurityScanResponse < Struct.new(
  :scan_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end