Class: Aws::Lambda::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
The resource's Amazon Resource Name (ARN).
-
#tag_keys ⇒ Array<String>
A list of tag keys to remove from the resource.
Instance Attribute Details
#resource ⇒ String
The resource's Amazon Resource Name (ARN).
6153 6154 6155 6156 6157 6158 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6153 class UntagResourceRequest < Struct.new( :resource, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
A list of tag keys to remove from the resource.
6153 6154 6155 6156 6157 6158 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6153 class UntagResourceRequest < Struct.new( :resource, :tag_keys) SENSITIVE = [] include Aws::Structure end |