Class: Aws::Chatbot::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the configuration.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1920

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

#tagsArray<Types::Tag>

A list of tags to apply to the configuration.

Returns:



1920
1921
1922
1923
1924
1925
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1920

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