Class: Aws::BCMPricingCalculator::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListTagsForResourceResponse
- Includes:
- Structure
- Defined in:
- 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.
2738 2739 2740 2741 2742 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2738 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |