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:



3030
3031
3032
3033
3034
3035
3036
# File 'lib/aws-sdk-licensemanager/types.rb', line 3030

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)


3030
3031
3032
3033
3034
3035
3036
# File 'lib/aws-sdk-licensemanager/types.rb', line 3030

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)


3030
3031
3032
3033
3034
3035
3036
# File 'lib/aws-sdk-licensemanager/types.rb', line 3030

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