Class: Aws::ConnectCases::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::UntagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN).
-
#tag_keys ⇒ Array<String>
List of tag keys.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN)
3004 3005 3006 3007 3008 3009 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3004 class UntagResourceRequest < Struct.new( :arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
List of tag keys.
3004 3005 3006 3007 3008 3009 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3004 class UntagResourceRequest < Struct.new( :arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |