Class: Aws::AppStream::Types::DescribeApplicationsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationsArray<Types::Application>

The applications in the list.

Returns:



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_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


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