Class: Aws::LicenseManager::Types::ListLicenseConversionTasksResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_conversion_tasksArray<Types::LicenseConversionTask>

Information about the license configuration tasks for your account.

Returns:



2532
2533
2534
2535
2536
2537
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2532

class ListLicenseConversionTasksResponse < Struct.new(
  :license_conversion_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2532
2533
2534
2535
2536
2537
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2532

class ListLicenseConversionTasksResponse < Struct.new(
  :license_conversion_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end