Class: Aws::BCMPricingCalculator::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The list of tags associated with the specified resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The list of tags associated with the specified resource.
2743 2744 2745 2746 2747 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2743 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |