Class: Aws::LicenseManager::Types::ListLicenseVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseVersionsResponse
- 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.
2655 2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2655 class ListLicenseVersionsResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2655 2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2655 class ListLicenseVersionsResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |