Class: Aws::BillingConductor::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/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 to delete tags.

Returns:

  • (String)


2504
2505
2506
2507
2508
2509
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2504

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

#tag_keysArray<String>

The tags to delete from the resource as a list of key-value pairs.

Returns:

  • (Array<String>)


2504
2505
2506
2507
2508
2509
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2504

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