Class: Aws::LicenseManager::Types::CreateLicenseConversionTaskForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseConversionTaskForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_license_context ⇒ Types::LicenseConversionContext
Information that identifies the license type you are converting to.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource you are converting the license type for.
-
#source_license_context ⇒ Types::LicenseConversionContext
Information that identifies the license type you are converting from.
Instance Attribute Details
#destination_license_context ⇒ Types::LicenseConversionContext
Information that identifies the license type you are converting to. For the structure of the destination license, see [Convert a license type using the CLI ][1] in the *License Manager User Guide*.
[1]: docs.aws.amazon.com/license-manager/latest/userguide/conversion-procedures.html#conversion-cli
626 627 628 629 630 631 632 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 626 class CreateLicenseConversionTaskForResourceRequest < Struct.new( :resource_arn, :source_license_context, :destination_license_context) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource you are converting the license type for.
626 627 628 629 630 631 632 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 626 class CreateLicenseConversionTaskForResourceRequest < Struct.new( :resource_arn, :source_license_context, :destination_license_context) SENSITIVE = [] include Aws::Structure end |
#source_license_context ⇒ Types::LicenseConversionContext
Information that identifies the license type you are converting from. For the structure of the source license, see [Convert a license type using the CLI ][1] in the *License Manager User Guide*.
[1]: docs.aws.amazon.com/license-manager/latest/userguide/conversion-procedures.html#conversion-cli
626 627 628 629 630 631 632 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 626 class CreateLicenseConversionTaskForResourceRequest < Struct.new( :resource_arn, :source_license_context, :destination_license_context) SENSITIVE = [] include Aws::Structure end |