Class: Aws::Proton::Types::UntagResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/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 remove customer tags from.

Returns:

  • (String)


5792
5793
5794
5795
5796
5797
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5792

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

#tag_keysArray<String>

A list of customer tag keys that indicate the customer tags to be removed from the resource.

Returns:

  • (Array<String>)


5792
5793
5794
5795
5796
5797
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5792

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