Class: Aws::LicenseManager::Types::ListTokensRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListTokensRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
Filters to scope the results.
-
#max_results ⇒ Integer
Maximum number of results to return in a single call.
-
#next_token ⇒ String
Token for the next set of results.
-
#token_ids ⇒ Array<String>
Token IDs.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
Filters to scope the results. The following filter is supported:
LicenseArns
^
2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2994 class ListTokensRequest < Struct.new( :token_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return in a single call.
2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2994 class ListTokensRequest < Struct.new( :token_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2994 class ListTokensRequest < Struct.new( :token_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#token_ids ⇒ Array<String>
Token IDs.
2994 2995 2996 2997 2998 2999 3000 3001 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2994 class ListTokensRequest < Struct.new( :token_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |