Class: Aws::Types::DescribeRepositoryAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRepositoryAssociationResponse
- 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.
142 143 144 |
# File 'sig/types.rbs', line 142 def repository_association @repository_association end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
143 144 145 |
# File 'sig/types.rbs', line 143 def @tags end |