Class: Aws::LicenseManager::Types::ListTokensResponse

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


3039
3040
3041
3042
3043
3044
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3039

class ListTokensResponse < Struct.new(
  :tokens,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tokensArray<Types::TokenData>

Received token details.

Returns:



3039
3040
3041
3042
3043
3044
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3039

class ListTokensResponse < Struct.new(
  :tokens,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end