Class: Aws::LicenseManager::Types::ListReceivedLicensesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListReceivedLicensesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#licenses ⇒ Array<Types::GrantedLicense>
Received license details.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#licenses ⇒ Array<Types::GrantedLicense>
Received license details.
2906 2907 2908 2909 2910 2911 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2906 class ListReceivedLicensesResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2906 2907 2908 2909 2910 2911 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2906 class ListReceivedLicensesResponse < Struct.new( :licenses, :next_token) SENSITIVE = [] include Aws::Structure end |