Class: Aws::Glue::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource from which to remove the tags.
-
#tags_to_remove ⇒ Array<String>
Tags to remove from this resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource from which to remove the tags.
23535 23536 23537 23538 23539 23540 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23535 class UntagResourceRequest < Struct.new( :resource_arn, :tags_to_remove) SENSITIVE = [] include Aws::Structure end |
#tags_to_remove ⇒ Array<String>
Tags to remove from this resource.
23535 23536 23537 23538 23539 23540 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23535 class UntagResourceRequest < Struct.new( :resource_arn, :tags_to_remove) SENSITIVE = [] include Aws::Structure end |