Class: Aws::LicenseManager::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


4697
4698
4699
4700
4701
4702
# File 'lib/aws-sdk-licensemanager/types.rb', line 4697

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

#tag_keysArray<String>

Keys identifying the tags to remove.

Returns:

  • (Array<String>)


4697
4698
4699
4700
4701
4702
# File 'lib/aws-sdk-licensemanager/types.rb', line 4697

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