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

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

Information about the license configurations.



3094
3095
3096
3097
3098
3099
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3094

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)


3094
3095
3096
3097
3098
3099
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3094

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