Class: Aws::LicenseManager::Types::ListReceivedLicensesForOrganizationRequest

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

#filtersArray<Types::Filter>

Filters to scope the results. The following filters are supported:

  • ‘Beneficiary`

  • ‘ProductSKU`

Returns:



2851
2852
2853
2854
2855
2856
2857
# File 'lib/aws-sdk-licensemanager/types.rb', line 2851

class ListReceivedLicensesForOrganizationRequest < Struct.new(
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


2851
2852
2853
2854
2855
2856
2857
# File 'lib/aws-sdk-licensemanager/types.rb', line 2851

class ListReceivedLicensesForOrganizationRequest < Struct.new(
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2851
2852
2853
2854
2855
2856
2857
# File 'lib/aws-sdk-licensemanager/types.rb', line 2851

class ListReceivedLicensesForOrganizationRequest < Struct.new(
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end