Class: Aws::LicenseManager::Types::CreateLicenseAssetRulesetRequest

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

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)


645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 645

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

#descriptionString

License asset ruleset description.

Returns:

  • (String)


645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 645

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

#nameString

License asset ruleset name.

Returns:

  • (String)


645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 645

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

#rulesArray<Types::LicenseAssetRule>

License asset rules.

Returns:



645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 645

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

#tagsArray<Types::Tag>

Tags to add to the license asset ruleset.

Returns:



645
646
647
648
649
650
651
652
653
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 645

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