Class: Aws::Lightsail::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource from which you want to remove a tag.
-
#resource_name ⇒ String
The name of the resource from which you are removing a tag.
-
#tag_keys ⇒ Array<String>
The tag keys to delete from the specified resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource from which you want to remove a tag.
14374 14375 14376 14377 14378 14379 14380 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14374 class UntagResourceRequest < Struct.new( :resource_name, :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource from which you are removing a tag.
14374 14375 14376 14377 14378 14379 14380 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14374 class UntagResourceRequest < Struct.new( :resource_name, :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys to delete from the specified resource.
14374 14375 14376 14377 14378 14379 14380 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14374 class UntagResourceRequest < Struct.new( :resource_name, :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |