Class: Aws::Types::ListRepositoriesInDomainResult
- Inherits:
-
Object
- Object
- Aws::Types::ListRepositoriesInDomainResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#repositories ⇒ ::Array[Types::RepositorySummary]
Returns the value of attribute repositories.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
615 616 617 |
# File 'sig/types.rbs', line 615 def next_token @next_token end |
#repositories ⇒ ::Array[Types::RepositorySummary]
Returns the value of attribute repositories.
614 615 616 |
# File 'sig/types.rbs', line 614 def repositories @repositories end |