Class: Aws::ChimeSDKVoice::Types::TagResourceRequest

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 being tagged.

Returns:

  • (String)


3356
3357
3358
3359
3360
3361
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3356

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

#tagsArray<Types::Tag>

A list of the tags being added to the resource.

Returns:



3356
3357
3358
3359
3360
3361
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3356

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