Class: Aws::Types::DisassociateRepositoryResponse

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.



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.

Returns:

  • (::Hash[::String, ::String])


154
155
156
# File 'sig/types.rbs', line 154

def tags
  @tags
end