You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeGuruReviewer::Types::DisassociateRepositoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DisassociateRepositoryRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  association_arn: "AssociationArn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#association_arnString

The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling ListRepositoryAssociations .

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the [ RepositoryAssociation ][1] object.