Class: Aws::Pipes::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the pipe.

Returns:

  • (String)


2989
2990
2991
2992
2993
2994
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2989

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

#tag_keysArray<String>

The list of tag keys to remove from the pipe.

Returns:

  • (Array<String>)


2989
2990
2991
2992
2993
2994
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2989

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