Class: Aws::Route53Profiles::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


902
903
904
905
906
907
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 902

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

#tag_keysArray<String>

The tags that you want to remove to the specified resource.

Returns:

  • (Array<String>)


902
903
904
905
906
907
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 902

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