Class: Aws::Types::AssociateRepositoryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#repository_associationTypes::RepositoryAssociation

Returns the value of attribute repository_association.

Returns:



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.

Returns:



26
27
28
# File 'sig/types.rbs', line 26

def tags
  @tags
end