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.
21578 21579 21580 21581 21582 21583 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21578 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.
21578 21579 21580 21581 21582 21583 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21578 class UntagResourceRequest < Struct.new( :resource_arn, :tags_to_remove) SENSITIVE = [] include Aws::Structure end |