Class: Aws::Types::UpdateLicenseConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



1357
1358
1359
# File 'sig/types.rbs', line 1357

def description
  @description
end

#disassociate_when_not_foundBoolean

Returns the value of attribute disassociate_when_not_found.

Returns:



1359
1360
1361
# File 'sig/types.rbs', line 1359

def disassociate_when_not_found
  @disassociate_when_not_found
end

#license_configuration_arn::String

Returns the value of attribute license_configuration_arn.

Returns:



1351
1352
1353
# File 'sig/types.rbs', line 1351

def license_configuration_arn
  @license_configuration_arn
end

#license_configuration_status"AVAILABLE", "DISABLED"

Returns the value of attribute license_configuration_status.

Returns:



1352
1353
1354
# File 'sig/types.rbs', line 1352

def license_configuration_status
  @license_configuration_status
end

#license_count::Integer

Returns the value of attribute license_count.

Returns:



1354
1355
1356
# File 'sig/types.rbs', line 1354

def license_count
  @license_count
end

#license_count_hard_limitBoolean

Returns the value of attribute license_count_hard_limit.

Returns:



1355
1356
1357
# File 'sig/types.rbs', line 1355

def license_count_hard_limit
  @license_count_hard_limit
end

#license_expiry::Integer

Returns the value of attribute license_expiry.

Returns:



1360
1361
1362
# File 'sig/types.rbs', line 1360

def license_expiry
  @license_expiry
end

#license_rules::Array[::String]

Returns the value of attribute license_rules.

Returns:



1353
1354
1355
# File 'sig/types.rbs', line 1353

def license_rules
  @license_rules
end

#name::String

Returns the value of attribute name.

Returns:



1356
1357
1358
# File 'sig/types.rbs', line 1356

def name
  @name
end

#product_information_list::Array[Types::ProductInformation]

Returns the value of attribute product_information_list.

Returns:



1358
1359
1360
# File 'sig/types.rbs', line 1358

def product_information_list
  @product_information_list
end