Class: Aws::LicenseManager::Types::LicenseConversionContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::LicenseConversionContext
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass LicenseConversionContext data as a hash:
{
usage_operation: "UsageOperation",
}
Information about a license type conversion task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#usage_operation ⇒ String
The Usage operation value that corresponds to the license type you are converting your resource from.
Instance Attribute Details
#usage_operation ⇒ String
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
2557 2558 2559 2560 2561 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2557 class LicenseConversionContext < Struct.new( :usage_operation) SENSITIVE = [] include Aws::Structure end |