Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListLinuxSubscriptionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb

Overview

NextToken length limit is half of ddb accepted limit. Increase this limit if parameters in request increases.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of ‘Subscription` with an optional operator to see subscriptions that match, partially match, or don’t match a certain subscription’s name.

The valid names for this filter are:

  • ‘Subscription`

^

The valid Operators for this filter are:

  • ‘contains`

  • ‘equals`

  • ‘Notequal`

Returns:



404
405
406
407
408
409
410
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 404

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

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


404
405
406
407
408
409
410
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 404

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

#next_tokenString

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

Returns:

  • (String)


404
405
406
407
408
409
410
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 404

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