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]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource having its tags removed.

Returns:

  • (String)


3449
3450
3451
3452
3453
3454
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3449

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

#tag_keysArray<String>

The keys of the tags being removed from the resource.

Returns:

  • (Array<String>)


3449
3450
3451
3452
3453
3454
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3449

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