Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListLinuxSubscriptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::ListLinuxSubscriptionsRequest
- 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
-
#filters ⇒ Array<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.
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#filters ⇒ Array<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`
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_results ⇒ Integer
The maximum items to return in a request.
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_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
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 |