Class: Aws::AppStream::Types::ListEntitledApplicationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ListEntitledApplicationsResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitled_applications ⇒ Array<Types::EntitledApplication>
The entitled applications.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#entitled_applications ⇒ Array<Types::EntitledApplication>
The entitled applications.
4320 4321 4322 4323 4324 4325 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4320 class ListEntitledApplicationsResult < Struct.new( :entitled_applications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
4320 4321 4322 4323 4324 4325 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4320 class ListEntitledApplicationsResult < Struct.new( :entitled_applications, :next_token) SENSITIVE = [] include Aws::Structure end |