Class: Aws::LicenseManager::Types::LicenseConversionContext

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Information about a license type conversion task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#product_codesArray<Types::ProductCodeListItem>

Product codes referred to in the license conversion process.

Returns:



2174
2175
2176
2177
2178
2179
# File 'lib/aws-sdk-licensemanager/types.rb', line 2174

class LicenseConversionContext < Struct.new(
  :usage_operation,
  :product_codes)
  SENSITIVE = []
  include Aws::Structure
end

#usage_operationString

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 ][1]

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html#billing-info

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
# File 'lib/aws-sdk-licensemanager/types.rb', line 2174

class LicenseConversionContext < Struct.new(
  :usage_operation,
  :product_codes)
  SENSITIVE = []
  include Aws::Structure
end