Class: Aws::CodeArtifact::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to get tags for.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to get tags for.
2866 2867 2868 2869 2870 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2866 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |