Class: Aws::Types::DescribeRepositoriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRepositoriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_names ⇒ ::Array[::String]
Returns the value of attribute repository_names.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
142 143 144 |
# File 'sig/types.rbs', line 142 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
141 142 143 |
# File 'sig/types.rbs', line 141 def next_token @next_token end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def registry_id @registry_id end |
#repository_names ⇒ ::Array[::String]
Returns the value of attribute repository_names.
140 141 142 |
# File 'sig/types.rbs', line 140 def repository_names @repository_names end |