Class: Aws::LicenseManager::Types::LicenseAssetRuleset

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

Overview

License asset ruleset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

License asset ruleset description.

Returns:

  • (String)


2429
2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2429

class LicenseAssetRuleset < Struct.new(
  :name,
  :description,
  :rules,
  :license_asset_ruleset_arn)
  SENSITIVE = []
  include Aws::Structure
end

#license_asset_ruleset_arnString

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

Returns:

  • (String)


2429
2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2429

class LicenseAssetRuleset < Struct.new(
  :name,
  :description,
  :rules,
  :license_asset_ruleset_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

License asset ruleset name.

Returns:

  • (String)


2429
2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2429

class LicenseAssetRuleset < Struct.new(
  :name,
  :description,
  :rules,
  :license_asset_ruleset_arn)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<Types::LicenseAssetRule>

License asset rules.

Returns:



2429
2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2429

class LicenseAssetRuleset < Struct.new(
  :name,
  :description,
  :rules,
  :license_asset_ruleset_arn)
  SENSITIVE = []
  include Aws::Structure
end