Class: Aws::DocDBElastic::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN identifier of the elastic cluster resource.
-
#tag_keys ⇒ Array<String>
The tag keys to be removed from the elastic cluster resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN identifier of the elastic cluster resource.
1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 1236 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys to be removed from the elastic cluster resource.
1236 1237 1238 1239 1240 1241 |
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 1236 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |