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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


678
679
680
681
682
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 678

class DisassociateRepositoryRequest < Struct.new(
  :association_arn)
  SENSITIVE = []
  include Aws::Structure
end