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:



2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2466

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2466

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