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)


3764
3765
3766
3767
3768
3769
# File 'lib/aws-sdk-licensemanager/types.rb', line 3764

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>)


3764
3765
3766
3767
3768
3769
# File 'lib/aws-sdk-licensemanager/types.rb', line 3764

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