Class: Aws::Types::PutRepositoryPermissionsPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRepositoryPermissionsPolicyRequest
- 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.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_revision ⇒ ::String
Returns the value of attribute policy_revision.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
836 837 838 |
# File 'sig/types.rbs', line 836 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
837 838 839 |
# File 'sig/types.rbs', line 837 def domain_owner @domain_owner end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
840 841 842 |
# File 'sig/types.rbs', line 840 def policy_document @policy_document end |
#policy_revision ⇒ ::String
Returns the value of attribute policy_revision.
839 840 841 |
# File 'sig/types.rbs', line 839 def policy_revision @policy_revision end |
#repository ⇒ ::String
Returns the value of attribute repository.
838 839 840 |
# File 'sig/types.rbs', line 838 def repository @repository end |