Class: Aws::AccessAnalyzer::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
The response to the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags that are applied to the specified resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags that are applied to the specified resource.
1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1200 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |