Class: Aws::ResilienceHub::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tag_keys]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#tag_keys ⇒ Array<String>
The keys of the tags you want to remove.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
4904 4905 4906 4907 4908 4909 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4904 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [:tag_keys] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The keys of the tags you want to remove.
4904 4905 4906 4907 4908 4909 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4904 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [:tag_keys] include Aws::Structure end |