Class: Aws::Types::DisassociateRepositoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateRepositoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#repository_association ⇒ Types::RepositoryAssociation
Returns the value of attribute repository_association.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#repository_association ⇒ Types::RepositoryAssociation
Returns the value of attribute repository_association.
153 154 155 |
# File 'sig/types.rbs', line 153 def repository_association @repository_association end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
154 155 156 |
# File 'sig/types.rbs', line 154 def @tags end |