Class: Aws::BCMPricingCalculator::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource to list tags for.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource to list tags for.
2815 2816 2817 2818 2819 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2815 class ListTagsForResourceRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |