Class: Aws::CloudWatchEvents::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListTagsForResourceRequest
- 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 for which you want to view tags.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the EventBridge resource for which you want to view tags.
2619 2620 2621 2622 2623 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2619 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |