Class: Aws::Types::GetCodeSecurityScanResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def 
  @account_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def created_at
  @created_at
end

#last_commit_id::String

Returns the value of attribute last_commit_id.

Returns:

  • (::String)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def last_commit_id
  @last_commit_id
end

#resourceTypes::CodeSecurityResource

Returns the value of attribute resource.



1706
1707
1708
# File 'sig/types.rbs', line 1706

def resource
  @resource
end

#scan_id::String

Returns the value of attribute scan_id.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def scan_id
  @scan_id
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1708
1709
1710
# File 'sig/types.rbs', line 1708

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def updated_at
  @updated_at
end