Class: Aws::LicenseManager::Types::ListLicenseVersionsRequest

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_arnString

Amazon Resource Name (ARN) of the license.

Returns:

  • (String)


2637
2638
2639
2640
2641
2642
2643
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2637

class ListLicenseVersionsRequest < Struct.new(
  :license_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


2637
2638
2639
2640
2641
2642
2643
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2637

class ListLicenseVersionsRequest < Struct.new(
  :license_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2637
2638
2639
2640
2641
2642
2643
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2637

class ListLicenseVersionsRequest < Struct.new(
  :license_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end