Class: Aws::AppFabric::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/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 untag.

Returns:

  • (String)


1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1733

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

#tag_keysArray<String>

The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.

Returns:

  • (Array<String>)


1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1733

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