Class: Aws::WorkSpaces::Types::DescribeApplicationsRequest

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

#application_idsArray<String>

The identifiers of one or more applications.

Returns:

  • (Array<String>)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
# File 'lib/aws-sdk-workspaces/types.rb', line 1870

class DescribeApplicationsRequest < Struct.new(
  :application_ids,
  :compute_type_names,
  :license_type,
  :operating_system_names,
  :owner,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#compute_type_namesArray<String>

The compute types supported by the applications.

Returns:

  • (Array<String>)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
# File 'lib/aws-sdk-workspaces/types.rb', line 1870

class DescribeApplicationsRequest < Struct.new(
  :application_ids,
  :compute_type_names,
  :license_type,
  :operating_system_names,
  :owner,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#license_typeString

The license availability for the applications.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
# File 'lib/aws-sdk-workspaces/types.rb', line 1870

class DescribeApplicationsRequest < Struct.new(
  :application_ids,
  :compute_type_names,
  :license_type,
  :operating_system_names,
  :owner,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of applications to return.

Returns:

  • (Integer)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
# File 'lib/aws-sdk-workspaces/types.rb', line 1870

class DescribeApplicationsRequest < Struct.new(
  :application_ids,
  :compute_type_names,
  :license_type,
  :operating_system_names,
  :owner,
  :max_results,
  :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)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
# File 'lib/aws-sdk-workspaces/types.rb', line 1870

class DescribeApplicationsRequest < Struct.new(
  :application_ids,
  :compute_type_names,
  :license_type,
  :operating_system_names,
  :owner,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#operating_system_namesArray<String>

The operating systems supported by the applications.

Returns:

  • (Array<String>)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
# File 'lib/aws-sdk-workspaces/types.rb', line 1870

class DescribeApplicationsRequest < Struct.new(
  :application_ids,
  :compute_type_names,
  :license_type,
  :operating_system_names,
  :owner,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of the applications.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
# File 'lib/aws-sdk-workspaces/types.rb', line 1870

class DescribeApplicationsRequest < Struct.new(
  :application_ids,
  :compute_type_names,
  :license_type,
  :operating_system_names,
  :owner,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end