Class: Aws::LicenseManager::Types::ListLicenseAssetGroupsRequest

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. Following filters are supported

  • LicenseAssetRulesetArn

^

Returns:



3037
3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-licensemanager/types.rb', line 3037

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

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


3037
3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-licensemanager/types.rb', line 3037

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


3037
3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-licensemanager/types.rb', line 3037

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