Class: Aws::Scheduler::Types::UntagResourceInput

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 from which you are removing tags.

Returns:

  • (String)


1299
1300
1301
1302
1303
1304
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1299

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

#tag_keysArray<String>

The list of tag keys to remove from the resource.

Returns:

  • (Array<String>)


1299
1300
1301
1302
1303
1304
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1299

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