Class: Aws::ChimeSDKVoice::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:resource_arn, :tag_keys]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource having its tags removed.
-
#tag_keys ⇒ Array<String>
The keys of the tags being removed from the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource having its tags removed.
3577 3578 3579 3580 3581 3582 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3577 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [:resource_arn, :tag_keys] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The keys of the tags being removed from the resource.
3577 3578 3579 3580 3581 3582 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3577 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [:resource_arn, :tag_keys] include Aws::Structure end |