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

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

#application_idsArray<String>

The identifiers of one or more applications.

Returns:

  • (Array<String>)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1618

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


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1618

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)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1618

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)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1618

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)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1618

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


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1618

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)


1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1618

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