Class: Aws::LicenseManager::Types::UpdateLicenseAssetRulesetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_asset_ruleset_arnString

Amazon Resource Name (ARN) of the license asset ruleset.

Returns:

  • (String)


4820
4821
4822
4823
4824
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4820

class UpdateLicenseAssetRulesetResponse < Struct.new(
  :license_asset_ruleset_arn)
  SENSITIVE = []
  include Aws::Structure
end