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.



3610
3611
3612
3613
3614
3615
# File 'lib/aws-sdk-licensemanager/types.rb', line 3610

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

#next_tokenString

Token for the next set of results.



3610
3611
3612
3613
3614
3615
# File 'lib/aws-sdk-licensemanager/types.rb', line 3610

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