Class: Aws::CodeGuruReviewer::Types::DescribeRepositoryAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::DescribeRepositoryAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_arn ⇒ String
The Amazon Resource Name (ARN) of the [RepositoryAssociation] object.
Instance Attribute Details
#association_arn ⇒ String
The Amazon Resource Name (ARN) of the [RepositoryAssociation] object. You can retrieve this ARN by calling [ListRepositoryAssociations].
[1]: docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html [2]: docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html
633 634 635 636 637 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 633 class DescribeRepositoryAssociationRequest < Struct.new( :association_arn) SENSITIVE = [] include Aws::Structure end |