Class: Aws::Types::DescribeImageScanFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageScanFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ Types::ImageIdentifier
Returns the value of attribute image_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#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.
304 305 306 |
# File 'sig/types.rbs', line 304 def image_id @image_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
306 307 308 |
# File 'sig/types.rbs', line 306 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
305 306 307 |
# File 'sig/types.rbs', line 305 def next_token @next_token end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
303 304 305 |
# File 'sig/types.rbs', line 303 def repository_name @repository_name end |