Class: Aws::CodeGuruReviewer::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb
Overview
Note:
When making an API call, you may pass ListTagsForResourceRequest data as a hash:
{
resource_arn: "AssociationArn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the [
RepositoryAssociation
][1] object.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the RepositoryAssociation
object. You can retrieve this ARN by calling
ListRepositoryAssociations
.
1354 1355 1356 1357 1358 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1354 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |