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:



2906
2907
2908
2909
2910
2911
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2906

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2906
2907
2908
2909
2910
2911
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2906

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