Class: Aws::Scheduler::Types::ListTagsForResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the EventBridge Scheduler resource for which you want to view tags.

Returns:

  • (String)


828
829
830
831
832
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 828

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