Class: Aws::LicenseManager::Types::ListLicenseAssetGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseAssetGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_asset_groups ⇒ Array<Types::LicenseAssetGroup>
License asset groups.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#license_asset_groups ⇒ Array<Types::LicenseAssetGroup>
License asset groups.
3048 3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3048 class ListLicenseAssetGroupsResponse < Struct.new( :license_asset_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
3048 3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3048 class ListLicenseAssetGroupsResponse < Struct.new( :license_asset_groups, :next_token) SENSITIVE = [] include Aws::Structure end |