Class: Aws::Chatbot::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the configuration.
-
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the configuration.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the configuration.
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 |
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the configuration.
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 |