Class: Aws::Types::GetLicenseConversionTaskResponse

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.



527
528
529
# File 'sig/types.rbs', line 527

def destination_license_context
  @destination_license_context
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


532
533
534
# File 'sig/types.rbs', line 532

def end_time
  @end_time
end

#license_conversion_task_id::String

Returns the value of attribute license_conversion_task_id.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def license_conversion_task_id
  @license_conversion_task_id
end

#license_conversion_time::Time

Returns the value of attribute license_conversion_time.

Returns:

  • (::Time)


531
532
533
# File 'sig/types.rbs', line 531

def license_conversion_time
  @license_conversion_time
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def resource_arn
  @resource_arn
end

#source_license_contextTypes::LicenseConversionContext

Returns the value of attribute source_license_context.



526
527
528
# File 'sig/types.rbs', line 526

def source_license_context
  @source_license_context
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


530
531
532
# File 'sig/types.rbs', line 530

def start_time
  @start_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


529
530
531
# File 'sig/types.rbs', line 529

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def status_message
  @status_message
end