Class: Aws::LicenseManager::Types::ListAssociationsForLicenseConfigurationResponse

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_associationsArray<Types::LicenseConfigurationAssociation>

Information about the associations for the license configuration.



2342
2343
2344
2345
2346
2347
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2342

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2342
2343
2344
2345
2346
2347
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2342

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