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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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:



1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1641

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)


1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1641

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