Class: Aws::Billing::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#resource_tag_keys ⇒ Array<String>
A list of tag key value pairs that are associated with the resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
638 639 640 641 642 643 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 638 class UntagResourceRequest < Struct.new( :resource_arn, :resource_tag_keys) SENSITIVE = [] include Aws::Structure end |
#resource_tag_keys ⇒ Array<String>
A list of tag key value pairs that are associated with the resource.
638 639 640 641 642 643 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 638 class UntagResourceRequest < Struct.new( :resource_arn, :resource_tag_keys) SENSITIVE = [] include Aws::Structure end |