Class: Aws::Types::UpdateLicenseConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLicenseConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disassociate_when_not_found ⇒ Boolean
Returns the value of attribute disassociate_when_not_found.
-
#license_configuration_arn ⇒ ::String
Returns the value of attribute license_configuration_arn.
-
#license_configuration_status ⇒ "AVAILABLE", "DISABLED"
Returns the value of attribute license_configuration_status.
-
#license_count ⇒ ::Integer
Returns the value of attribute license_count.
-
#license_count_hard_limit ⇒ Boolean
Returns the value of attribute license_count_hard_limit.
-
#license_expiry ⇒ ::Integer
Returns the value of attribute license_expiry.
-
#license_rules ⇒ ::Array[::String]
Returns the value of attribute license_rules.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#product_information_list ⇒ ::Array[Types::ProductInformation]
Returns the value of attribute product_information_list.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def description @description end |
#disassociate_when_not_found ⇒ Boolean
Returns the value of attribute disassociate_when_not_found.
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.
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.
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.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def license_count @license_count end |
#license_count_hard_limit ⇒ Boolean
Returns the value of attribute license_count_hard_limit.
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.
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.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def license_rules @license_rules end |
#name ⇒ ::String
Returns the value of attribute name.
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.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def product_information_list @product_information_list end |