Class: Aws::LicenseManager::Types::CreateLicenseConversionTaskForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseConversionTaskForResourceResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_conversion_task_id ⇒ String
The ID of the created license type conversion task.
Instance Attribute Details
#license_conversion_task_id ⇒ String
The ID of the created license type conversion task.
640 641 642 643 644 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 640 class CreateLicenseConversionTaskForResourceResponse < Struct.new( :license_conversion_task_id) SENSITIVE = [] include Aws::Structure end |