Class: Aws::DataZone::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource to be untagged in Amazon DataZone.
-
#tag_keys ⇒ Array<String>
Specifies the tag keys for the
UntagResource
action.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource to be untagged in Amazon DataZone.
18312 18313 18314 18315 18316 18317 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18312 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
Specifies the tag keys for the UntagResource
action.
18312 18313 18314 18315 18316 18317 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18312 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |