Class: Aws::AppStream::Types::DescribeApplicationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeApplicationsResult
- Includes:
- Structure
- Defined in:
- 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.
2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-appstream/types.rb', line 2426 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.
2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-appstream/types.rb', line 2426 class DescribeApplicationsResult < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |