Class: Aws::LicenseManager::Types::GetLicenseConversionTaskRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_conversion_task_idString

ID of the license type conversion task to retrieve information on.

Returns:

  • (String)


1455
1456
1457
1458
1459
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1455

class GetLicenseConversionTaskRequest < Struct.new(
  :license_conversion_task_id)
  SENSITIVE = []
  include Aws::Structure
end