Class: Aws::BCMPricingCalculator::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::TagResourceRequest
- 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 add tags to.
-
#tags ⇒ Hash<String,String>
The tags to add to the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource to add tags to.
2989 2990 2991 2992 2993 2994 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2989 class TagResourceRequest < Struct.new( :arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to add to the resource.
2989 2990 2991 2992 2993 2994 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2989 class TagResourceRequest < Struct.new( :arn, :tags) SENSITIVE = [] include Aws::Structure end |