Class: Aws::Types::AssociateRepositoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateRepositoryResponse
- 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.
25 26 27 |
# File 'sig/types.rbs', line 25 def repository_association @repository_association end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
26 27 28 |
# File 'sig/types.rbs', line 26 def @tags end |