Class: Aws::Types::CreateLicenseConversionTaskForResourceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_license_contextTypes::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.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def resource_arn
  @resource_arn
end

#source_license_contextTypes::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