Class: Aws::AppStream::Types::DescribeEntitlementsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeEntitlementsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitlements ⇒ Array<Types::Entitlement>
The entitlements.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#entitlements ⇒ Array<Types::Entitlement>
The entitlements.
2604 2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-appstream/types.rb', line 2604 class DescribeEntitlementsResult < Struct.new( :entitlements, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2604 2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-appstream/types.rb', line 2604 class DescribeEntitlementsResult < Struct.new( :entitlements, :next_token) SENSITIVE = [] include Aws::Structure end |