Class: Aws::Types::DescribeImageScanFindingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageScanFindingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
-
#image_scan_findings ⇒ Types::ImageScanFindings
Returns the value of attribute image_scan_findings.
-
#image_scan_status ⇒ Types::ImageScanStatus
Returns the value of attribute image_scan_status.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
313 314 315 |
# File 'sig/types.rbs', line 313 def image_id @image_id end |
#image_scan_findings ⇒ Types::ImageScanFindings
Returns the value of attribute image_scan_findings.
315 316 317 |
# File 'sig/types.rbs', line 315 def image_scan_findings @image_scan_findings end |
#image_scan_status ⇒ Types::ImageScanStatus
Returns the value of attribute image_scan_status.
314 315 316 |
# File 'sig/types.rbs', line 314 def image_scan_status @image_scan_status end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
316 317 318 |
# File 'sig/types.rbs', line 316 def next_token @next_token end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
312 313 314 |
# File 'sig/types.rbs', line 312 def repository_name @repository_name end |