Class: Aws::Types::ListRegistriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRegistriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registry_name_prefix ⇒ ::String
Returns the value of attribute registry_name_prefix.
-
#scope ⇒ ::String
Returns the value of attribute scope.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
345 346 347 |
# File 'sig/types.rbs', line 345 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
346 347 348 |
# File 'sig/types.rbs', line 346 def next_token @next_token end |
#registry_name_prefix ⇒ ::String
Returns the value of attribute registry_name_prefix.
347 348 349 |
# File 'sig/types.rbs', line 347 def registry_name_prefix @registry_name_prefix end |
#scope ⇒ ::String
Returns the value of attribute scope.
348 349 350 |
# File 'sig/types.rbs', line 348 def scope @scope end |