Class: Aws::LookoutEquipment::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/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 which the tag is currently associated.

Returns:

  • (String)


4083
4084
4085
4086
4087
4088
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4083

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

#tag_keysArray<String>

Specifies the key of the tag to be removed from a specified resource.

Returns:

  • (Array<String>)


4083
4084
4085
4086
4087
4088
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4083

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