Class: Aws::LocationService::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource from which you want to remove tags.

  • Format example: arn:aws:geo:region:account-id:resourcetype/ExampleResource

^

Returns:

  • (String)


6242
6243
6244
6245
6246
6247
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6242

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 specified resource.

Returns:

  • (Array<String>)


6242
6243
6244
6245
6246
6247
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6242

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