Class: Aws::LicenseManager::Types::ListReceivedLicensesResponse

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::GrantedLicense>

Received license details.

Returns:



2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-licensemanager/types.rb', line 2923

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-licensemanager/types.rb', line 2923

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