Class: Aws::Types::LicenseConversionContext
- Inherits:
-
Object
- Object
- Aws::Types::LicenseConversionContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#product_codes ⇒ ::Array[Types::ProductCodeListItem]
Returns the value of attribute product_codes.
-
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
Instance Attribute Details
#product_codes ⇒ ::Array[Types::ProductCodeListItem]
Returns the value of attribute product_codes.
759 760 761 |
# File 'sig/types.rbs', line 759 def product_codes @product_codes end |
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
758 759 760 |
# File 'sig/types.rbs', line 758 def usage_operation @usage_operation end |