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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/types.rb

Overview

The GetEntitlementsRequest contains results from the GetEntitlements operation.

Constant Summary collapse

SENSITIVE =
[]

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:



153
154
155
156
157
158
# File 'gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/types.rb', line 153

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

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


153
154
155
156
157
158
# File 'gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/types.rb', line 153

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