Class: Aws::LicenseManager::Types::ListTokensRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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. The following filter is supported:

  • LicenseArns

^

Returns:



3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3020

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

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3020

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3020

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

#token_idsArray<String>

Token IDs.

Returns:

  • (Array<String>)


3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3020

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