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

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

#licensesArray<Types::GrantedLicense>

Received license details.

Returns:



2880
2881
2882
2883
2884
2885
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2880

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2880
2881
2882
2883
2884
2885
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2880

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