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.
2707 2708 2709 2710 2711 2712 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2707 class ListLicensesResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2707 2708 2709 2710 2711 2712 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2707 class ListLicensesResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |