Class: Aws::Types::ListRepositoriesInDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRepositoriesInDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#administrator_account ⇒ ::String
Returns the value of attribute administrator_account.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#repository_prefix ⇒ ::String
Returns the value of attribute repository_prefix.
Instance Attribute Details
#administrator_account ⇒ ::String
Returns the value of attribute administrator_account.
606 607 608 |
# File 'sig/types.rbs', line 606 def administrator_account @administrator_account end |
#domain ⇒ ::String
Returns the value of attribute domain.
604 605 606 |
# File 'sig/types.rbs', line 604 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
605 606 607 |
# File 'sig/types.rbs', line 605 def domain_owner @domain_owner end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
608 609 610 |
# File 'sig/types.rbs', line 608 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
609 610 611 |
# File 'sig/types.rbs', line 609 def next_token @next_token end |
#repository_prefix ⇒ ::String
Returns the value of attribute repository_prefix.
607 608 609 |
# File 'sig/types.rbs', line 607 def repository_prefix @repository_prefix end |