Class: Aws::LicenseManager::Types::UpdateLicenseConfigurationRequest

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

#descriptionString

New description of the license configuration.

Returns:

  • (String)


3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3779

class UpdateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :license_configuration_status,
  :license_rules,
  :license_count,
  :license_count_hard_limit,
  :name,
  :description,
  :product_information_list,
  :disassociate_when_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#disassociate_when_not_foundBoolean

When true, disassociates a resource when software is uninstalled.

Returns:

  • (Boolean)


3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3779

class UpdateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :license_configuration_status,
  :license_rules,
  :license_count,
  :license_count_hard_limit,
  :name,
  :description,
  :product_information_list,
  :disassociate_when_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#license_configuration_arnString

Amazon Resource Name (ARN) of the license configuration.

Returns:

  • (String)


3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3779

class UpdateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :license_configuration_status,
  :license_rules,
  :license_count,
  :license_count_hard_limit,
  :name,
  :description,
  :product_information_list,
  :disassociate_when_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#license_configuration_statusString

New status of the license configuration.

Returns:

  • (String)


3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3779

class UpdateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :license_configuration_status,
  :license_rules,
  :license_count,
  :license_count_hard_limit,
  :name,
  :description,
  :product_information_list,
  :disassociate_when_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#license_countInteger

New number of licenses managed by the license configuration.

Returns:

  • (Integer)


3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3779

class UpdateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :license_configuration_status,
  :license_rules,
  :license_count,
  :license_count_hard_limit,
  :name,
  :description,
  :product_information_list,
  :disassociate_when_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#license_count_hard_limitBoolean

New hard limit of the number of available licenses.

Returns:

  • (Boolean)


3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3779

class UpdateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :license_configuration_status,
  :license_rules,
  :license_count,
  :license_count_hard_limit,
  :name,
  :description,
  :product_information_list,
  :disassociate_when_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#license_rulesArray<String>

New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.

Returns:

  • (Array<String>)


3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3779

class UpdateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :license_configuration_status,
  :license_rules,
  :license_count,
  :license_count_hard_limit,
  :name,
  :description,
  :product_information_list,
  :disassociate_when_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

New name of the license configuration.

Returns:

  • (String)


3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3779

class UpdateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :license_configuration_status,
  :license_rules,
  :license_count,
  :license_count_hard_limit,
  :name,
  :description,
  :product_information_list,
  :disassociate_when_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#product_information_listArray<Types::ProductInformation>

New product information.

Returns:



3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3779

class UpdateLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :license_configuration_status,
  :license_rules,
  :license_count,
  :license_count_hard_limit,
  :name,
  :description,
  :product_information_list,
  :disassociate_when_not_found)
  SENSITIVE = []
  include Aws::Structure
end