Class: Aws::AppConfig::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource for which to remove tags.
-
#tag_keys ⇒ Array<String>
The tag keys to delete.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource for which to remove tags.
2490 2491 2492 2493 2494 2495 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2490 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys to delete.
2490 2491 2492 2493 2494 2495 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2490 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |