Class: Aws::LicenseManager::Types::GetLicenseConversionTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseConversionTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_conversion_task_id ⇒ String
ID of the license type conversion task to retrieve information on.
Instance Attribute Details
#license_conversion_task_id ⇒ String
ID of the license type conversion task to retrieve information on.
1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1455 class GetLicenseConversionTaskRequest < Struct.new( :license_conversion_task_id) SENSITIVE = [] include Aws::Structure end |