Class: Aws::WorkSpaces::Types::DescribeApplicationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeApplicationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_ids ⇒ Array<String>
The identifiers of one or more applications.
-
#compute_type_names ⇒ Array<String>
The compute types supported by the applications.
-
#license_type ⇒ String
The license availability for the applications.
-
#max_results ⇒ Integer
The maximum number of applications to return.
-
#next_token ⇒ String
If you received a ‘NextToken` from a previous call that was paginated, provide this token to receive the next set of results.
-
#operating_system_names ⇒ Array<String>
The operating systems supported by the applications.
-
#owner ⇒ String
The owner of the applications.
Instance Attribute Details
#application_ids ⇒ Array<String>
The identifiers of one or more applications.
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_names ⇒ Array<String>
The compute types supported by the applications.
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_type ⇒ String
The license availability for the applications.
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_results ⇒ Integer
The maximum number of applications to return.
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_token ⇒ String
If you received a ‘NextToken` from a previous call that was paginated, provide this token to receive the next set of results.
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_names ⇒ Array<String>
The operating systems supported by the applications.
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 |
#owner ⇒ String
The owner of the applications.
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 |