Class: Aws::LicenseManager::Types::ListLicensesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicensesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#licenses ⇒ Array<Types::License>
License details.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#licenses ⇒ Array<Types::License>
License details.
3411 3412 3413 3414 3415 3416 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3411 class ListLicensesResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
3411 3412 3413 3414 3415 3416 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3411 class ListLicensesResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |