Class: Aws::MarketplaceEntitlementService::Types::GetEntitlementsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceEntitlementService::Types::GetEntitlementsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceentitlementservice/types.rb
Overview
The GetEntitlementsRequest contains results from the GetEntitlements operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitlements ⇒ Array<Types::Entitlement>
The set of entitlements found through the GetEntitlements operation.
-
#next_token ⇒ String
For paginated results, use NextToken in subsequent calls to GetEntitlements.
Instance Attribute Details
#entitlements ⇒ Array<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.
153 154 155 156 157 158 |
# File 'lib/aws-sdk-marketplaceentitlementservice/types.rb', line 153 class GetEntitlementsResult < Struct.new( :entitlements, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
153 154 155 156 157 158 |
# File 'lib/aws-sdk-marketplaceentitlementservice/types.rb', line 153 class GetEntitlementsResult < Struct.new( :entitlements, :next_token) SENSITIVE = [] include Aws::Structure end |