Class: Aws::WellArchitected::Types::UntagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_keysArray<String>

A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource.

Returns:

  • (Array<String>)


5550
5551
5552
5553
5554
5555
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5550

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

#workload_arnString

The ARN for the workload.

Returns:

  • (String)


5550
5551
5552
5553
5554
5555
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 5550

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