Class: Aws::Types::ListImagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListImagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::ListImagesFilter
Returns the value of attribute filter.
-
#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::ListImagesFilter
Returns the value of attribute filter.
861 862 863 |
# File 'sig/types.rbs', line 861 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
860 861 862 |
# File 'sig/types.rbs', line 860 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
859 860 861 |
# File 'sig/types.rbs', line 859 def next_token @next_token end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
857 858 859 |
# File 'sig/types.rbs', line 857 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
858 859 860 |
# File 'sig/types.rbs', line 858 def repository_name @repository_name end |