Class: Aws::LicenseManager::Types::ListUsageForLicenseConfigurationResponse

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_configuration_usage_listArray<Types::LicenseConfigurationUsage>

Information about the license configurations.



3795
3796
3797
3798
3799
3800
# File 'lib/aws-sdk-licensemanager/types.rb', line 3795

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


3795
3796
3797
3798
3799
3800
# File 'lib/aws-sdk-licensemanager/types.rb', line 3795

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