Class: Aws::AccessAnalyzer::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Retrieves a list of tags applied to the specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource to retrieve tags from.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource to retrieve tags from.
2939 2940 2941 2942 2943 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2939 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |