Class: Aws::LicenseManager::Types::ListLicenseAssetGroupsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_asset_groupsArray<Types::LicenseAssetGroup>

License asset groups.

Returns:



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_tokenString

Token for the next set of results.

Returns:

  • (String)


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