Class: Aws::Types::GetRepositoryPermissionsPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRepositoryPermissionsPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
430 431 432 |
# File 'sig/types.rbs', line 430 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
431 432 433 |
# File 'sig/types.rbs', line 431 def domain_owner @domain_owner end |
#repository ⇒ ::String
Returns the value of attribute repository.
432 433 434 |
# File 'sig/types.rbs', line 432 def repository @repository end |