Class: Aws::Types::CreateLicenseConversionTaskForResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLicenseConversionTaskForResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_license_context ⇒ Types::LicenseConversionContext
Returns the value of attribute destination_license_context.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#source_license_context ⇒ Types::LicenseConversionContext
Returns the value of attribute source_license_context.
Instance Attribute Details
#destination_license_context ⇒ Types::LicenseConversionContext
Returns the value of attribute destination_license_context.
218 219 220 |
# File 'sig/types.rbs', line 218 def destination_license_context @destination_license_context end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
216 217 218 |
# File 'sig/types.rbs', line 216 def resource_arn @resource_arn end |
#source_license_context ⇒ Types::LicenseConversionContext
Returns the value of attribute source_license_context.
217 218 219 |
# File 'sig/types.rbs', line 217 def source_license_context @source_license_context end |