Class: Aws::LicenseManager::Types::ListLicenseConfigurationsResponse

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_configurationsArray<Types::LicenseConfiguration>

Information about the license configurations.

Returns:



2492
2493
2494
2495
2496
2497
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2492

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2492
2493
2494
2495
2496
2497
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2492

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