Class: Aws::AppStream::Types::DescribeApplicationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeApplicationsResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::Application>
The applications in the list.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#applications ⇒ Array<Types::Application>
The applications in the list.
1917 1918 1919 1920 1921 1922 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1917 class DescribeApplicationsResult < Struct.new( :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.
1917 1918 1919 1920 1921 1922 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1917 class DescribeApplicationsResult < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |