Class: Aws::WorkSpaces::Types::DescribeApplicationsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationsArray<Types::WorkSpaceApplication>

List of information about the specified applications.

Returns:



1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-workspaces/types.rb', line 1893

class DescribeApplicationsResult < Struct.new(
  :applications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If you received a ‘NextToken` from a previous call that was paginated, provide this token to receive the next set of results.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
# File 'lib/aws-sdk-workspaces/types.rb', line 1893

class DescribeApplicationsResult < Struct.new(
  :applications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end