Class: Aws::Types::CreateLicenseConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseConfigurationRequest
- 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_count ⇒ ::Integer
Returns the value of attribute license_count.
-
#license_count_hard_limit ⇒ Boolean
Returns the value of attribute license_count_hard_limit.
-
#license_counting_type ⇒ "vCPU", ...
Returns the value of attribute license_counting_type.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
198 199 200 |
# File 'sig/types.rbs', line 198 def description @description end |
#disassociate_when_not_found ⇒ Boolean
Returns the value of attribute disassociate_when_not_found.
204 205 206 |
# File 'sig/types.rbs', line 204 def disassociate_when_not_found @disassociate_when_not_found end |
#license_count ⇒ ::Integer
Returns the value of attribute license_count.
200 201 202 |
# File 'sig/types.rbs', line 200 def license_count @license_count end |
#license_count_hard_limit ⇒ Boolean
Returns the value of attribute license_count_hard_limit.
201 202 203 |
# File 'sig/types.rbs', line 201 def license_count_hard_limit @license_count_hard_limit end |
#license_counting_type ⇒ "vCPU", ...
Returns the value of attribute license_counting_type.
199 200 201 |
# File 'sig/types.rbs', line 199 def license_counting_type @license_counting_type end |
#license_expiry ⇒ ::Integer
Returns the value of attribute license_expiry.
206 207 208 |
# File 'sig/types.rbs', line 206 def license_expiry @license_expiry end |
#license_rules ⇒ ::Array[::String]
Returns the value of attribute license_rules.
202 203 204 |
# File 'sig/types.rbs', line 202 def license_rules @license_rules end |
#name ⇒ ::String
Returns the value of attribute name.
197 198 199 |
# File 'sig/types.rbs', line 197 def name @name end |
#product_information_list ⇒ ::Array[Types::ProductInformation]
Returns the value of attribute product_information_list.
205 206 207 |
# File 'sig/types.rbs', line 205 def product_information_list @product_information_list end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
203 204 205 |
# File 'sig/types.rbs', line 203 def @tags end |