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

Class: Aws::MarketplaceEntitlementService::Types::GetEntitlementsResult

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

Overview

The GetEntitlementsRequest contains results from the GetEntitlements operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#entitlementsArray<Types::Entitlement>

The set of entitlements found through the GetEntitlements operation. If the result contains an empty set of entitlements, NextToken might still be present and should be used.

Returns:

  • (Array<Types::Entitlement>)

    The set of entitlements found through the GetEntitlements operation.

#next_tokenString

For paginated results, use NextToken in subsequent calls to GetEntitlements. If the result contains an empty set of entitlements, NextToken might still be present and should be used.

Returns:

  • (String)

    For paginated results, use NextToken in subsequent calls to GetEntitlements.