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>)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-workspaces/types.rb', line 1806

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>)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-workspaces/types.rb', line 1806

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)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-workspaces/types.rb', line 1806

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)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-workspaces/types.rb', line 1806

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)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-workspaces/types.rb', line 1806

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>)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-workspaces/types.rb', line 1806

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)


1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-workspaces/types.rb', line 1806

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