Class: Aws::Types::GetCodeSecurityScanResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCodeSecurityScanResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_commit_id ⇒ ::String
Returns the value of attribute last_commit_id.
-
#resource ⇒ Types::CodeSecurityResource
Returns the value of attribute resource.
-
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def account_id @account_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def last_commit_id @last_commit_id end |
#resource ⇒ Types::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.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def scan_id @scan_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
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.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def updated_at @updated_at end |