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

Class: Aws::LicenseManager::Types::ListLicenseSpecificationsForResourceRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#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.

#resource_arnString

Amazon Resource Name (ARN) of a resource that has an associated license configuration.

Returns:

  • (String)

    Amazon Resource Name (ARN) of a resource that has an associated license configuration.