Class: Aws::Types::ListImageScanFindingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListImageScanFindingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#findings ⇒ ::Array[Types::ImageScanFinding]
Returns the value of attribute findings.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#findings ⇒ ::Array[Types::ImageScanFinding]
Returns the value of attribute findings.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def findings @findings end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def request_id @request_id end |