Class: Aws::ChimeSDKVoice::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_arnString

The ARN of the resource having its tags removed.

Returns:

  • (String)


3584
3585
3586
3587
3588
3589
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3584

class UntagResourceRequest < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = [:resource_arn, :tag_keys]
  include Aws::Structure
end

#tag_keysArray<String>

The keys of the tags being removed from the resource.

Returns:

  • (Array<String>)


3584
3585
3586
3587
3588
3589
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3584

class UntagResourceRequest < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = [:resource_arn, :tag_keys]
  include Aws::Structure
end