Class: Aws::LicenseManager::Types::ListTokensResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListTokensResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token for the next set of results.
-
#tokens ⇒ Array<Types::TokenData>
Received token details.
Instance Attribute Details
#next_token ⇒ String
Token for the next set of results.
3039 3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3039 class ListTokensResponse < Struct.new( :tokens, :next_token) SENSITIVE = [] include Aws::Structure end |
#tokens ⇒ Array<Types::TokenData>
Received token details.
3039 3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3039 class ListTokensResponse < Struct.new( :tokens, :next_token) SENSITIVE = [] include Aws::Structure end |