Class: Aws::AppMesh::Types::UntagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to delete tags from.

Returns:

  • (String)


4433
4434
4435
4436
4437
4438
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4433

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

#tag_keysArray<String>

The keys of the tags to be removed.

Returns:

  • (Array<String>)


4433
4434
4435
4436
4437
4438
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4433

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