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)


2422
2423
2424
2425
2426
2427
2428
2429
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2422

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)


2422
2423
2424
2425
2426
2427
2428
2429
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2422

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

#nameString

License asset ruleset name.

Returns:

  • (String)


2422
2423
2424
2425
2426
2427
2428
2429
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2422

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

#rulesArray<Types::LicenseAssetRule>

License asset rules.

Returns:



2422
2423
2424
2425
2426
2427
2428
2429
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2422

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