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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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:



3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3055

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)


3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3055

class ListLicenseAssetGroupsResponse < Struct.new(
  :license_asset_groups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end