Class: Aws::ServiceDiscovery::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource that you want to retrieve tags for.

Returns:

  • (String)


3121
3122
3123
3124
3125
3126
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3121

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

#tag_keysArray<String>

The tag keys to remove from the specified resource.

Returns:

  • (Array<String>)


3121
3122
3123
3124
3125
3126
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3121

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