Class: Aws::LicenseManager::Types::ListLicenseAssetRulesetsRequest

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

  • ‘Name`

^

Returns:



3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-licensemanager/types.rb', line 3078

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

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-licensemanager/types.rb', line 3078

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-licensemanager/types.rb', line 3078

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

#show_aws_managed_license_asset_rulesetsBoolean

Specifies whether to show License Manager managed license asset rulesets.

Returns:

  • (Boolean)


3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-licensemanager/types.rb', line 3078

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