Class: Aws::LicenseManager::Types::CreateLicenseConversionTaskForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseConversionTaskForResourceRequest
- Defined in:
- gems/aws-sdk-licensemanager/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 Amazon Web Services CLI in the License Manager User Guide.
606 607 608 609 610 611 612 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 606 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.
606 607 608 609 610 611 612 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 606 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 Amazon Web Services CLI in the License Manager User Guide.
606 607 608 609 610 611 612 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 606 class CreateLicenseConversionTaskForResourceRequest < Struct.new( :resource_arn, :source_license_context, :destination_license_context) SENSITIVE = [] include Aws::Structure end |