Class: Aws::Types::DescribeImagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::DescribeImagesFilter
Returns the value of attribute filter.
-
#image_ids ⇒ ::Array[Types::ImageIdentifier]
Returns the value of attribute image_ids.
-
#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
#filter ⇒ Types::DescribeImagesFilter
Returns the value of attribute filter.
347 348 349 |
# File 'sig/types.rbs', line 347 def filter @filter end |
#image_ids ⇒ ::Array[Types::ImageIdentifier]
Returns the value of attribute image_ids.
344 345 346 |
# File 'sig/types.rbs', line 344 def image_ids @image_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
346 347 348 |
# File 'sig/types.rbs', line 346 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
345 346 347 |
# File 'sig/types.rbs', line 345 def next_token @next_token end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
343 344 345 |
# File 'sig/types.rbs', line 343 def repository_name @repository_name end |