Class: Aws::LicenseManager::Types::ListReceivedLicensesForOrganizationResponse

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>

Lists the licenses the organization has received.

Returns:



2869
2870
2871
2872
2873
2874
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2869

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2869
2870
2871
2872
2873
2874
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2869

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