Class: Aws::Types::StartCodeSecurityScanResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scan_id::String

Returns the value of attribute scan_id.

Returns:

  • (::String)


2664
2665
2666
# File 'sig/types.rbs', line 2664

def scan_id
  @scan_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCESSFUL", "FAILED", "SKIPPED")


2665
2666
2667
# File 'sig/types.rbs', line 2665

def status
  @status
end