class Aws::LicenseManager::Types::ListFailuresForLicenseConfigurationOperationsRequest

@note When making an API call, you may pass ListFailuresForLicenseConfigurationOperationsRequest

data as a hash:

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

@!attribute [rw] license_configuration_arn

Amazon Resource Name of the license configuration.
@return [String]

@!attribute [rw] max_results

Maximum number of results to return in a single call.
@return [Integer]

@!attribute [rw] next_token

Token for the next set of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListFailuresForLicenseConfigurationOperationsRequest AWS API Documentation

Constants

SENSITIVE