Class: Aws::SNS::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::UntagResourceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the topic from which to remove tags.
-
#tag_keys ⇒ Array<String>
The list of tag keys to remove from the specified topic.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the topic from which to remove tags.
3049 3050 3051 3052 3053 3054 |
# File 'lib/aws-sdk-sns/types.rb', line 3049 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The list of tag keys to remove from the specified topic.
3049 3050 3051 3052 3053 3054 |
# File 'lib/aws-sdk-sns/types.rb', line 3049 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |