Class: Aws::LicenseManager::Types::ListLicenseVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#licensesArray<Types::License>

License details.

Returns:



2677
2678
2679
2680
2681
2682
# File 'lib/aws-sdk-licensemanager/types.rb', line 2677

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2677
2678
2679
2680
2681
2682
# File 'lib/aws-sdk-licensemanager/types.rb', line 2677

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