Class: Aws::CloudWatchEvents::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::TagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the EventBridge resource that you’re adding tags to.
-
#tags ⇒ Array<Types::Tag>
The list of key-value pairs to associate with the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the EventBridge resource that you’re adding tags to.
3815 3816 3817 3818 3819 3820 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3815 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value pairs to associate with the resource.
3815 3816 3817 3818 3819 3820 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3815 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |