Class: Aws::Scheduler::Types::TagResourceInput

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 Amazon Resource Name (ARN) of the schedule group that you are adding tags to.

Returns:

  • (String)


1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1149

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

#tagsArray<Types::Tag>

The list of tags to associate with the schedule group.

Returns:



1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1149

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