You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LicenseManager::Types::ListAssociationsForLicenseConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListAssociationsForLicenseConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  license_configuration_arn: "String", # required
  max_results: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnString

Amazon Resource Name (ARN) of a license configuration.

Returns:

  • (String)

    Amazon Resource Name (ARN) of a license configuration.

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)

    Maximum number of results to return in a single call.

#next_tokenString

Token for the next set of results.

Returns:

  • (String)

    Token for the next set of results.