Class: Aws::AppConfig::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource for which to remove tags.

Returns:

  • (String)


2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2363

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

#tag_keysArray<String>

The tag keys to delete.

Returns:

  • (Array<String>)


2363
2364
2365
2366
2367
2368
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2363

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