Class: Aws::Types::LicenseConversionTask

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.

Returns:



767
768
769
# File 'sig/types.rbs', line 767

def destination_license_context
  @destination_license_context
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



772
773
774
# File 'sig/types.rbs', line 772

def end_time
  @end_time
end

#license_conversion_task_id::String

Returns the value of attribute license_conversion_task_id.

Returns:



764
765
766
# File 'sig/types.rbs', line 764

def license_conversion_task_id
  @license_conversion_task_id
end

#license_conversion_time::Time

Returns the value of attribute license_conversion_time.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def license_conversion_time
  @license_conversion_time
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def resource_arn
  @resource_arn
end

#source_license_contextTypes::LicenseConversionContext

Returns the value of attribute source_license_context.

Returns:



766
767
768
# File 'sig/types.rbs', line 766

def source_license_context
  @source_license_context
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



770
771
772
# File 'sig/types.rbs', line 770

def start_time
  @start_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:



768
769
770
# File 'sig/types.rbs', line 768

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



769
770
771
# File 'sig/types.rbs', line 769

def status_message
  @status_message
end