Class: Aws::AppStream::Types::DescribeApplicationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnsArray<String>

The ARNs for the applications.

Returns:

  • (Array<String>)


3067
3068
3069
3070
3071
3072
3073
# File 'lib/aws-sdk-appstream/types.rb', line 3067

class DescribeApplicationsRequest < Struct.new(
  :arns,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


3067
3068
3069
3070
3071
3072
3073
# File 'lib/aws-sdk-appstream/types.rb', line 3067

class DescribeApplicationsRequest < Struct.new(
  :arns,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


3067
3068
3069
3070
3071
3072
3073
# File 'lib/aws-sdk-appstream/types.rb', line 3067

class DescribeApplicationsRequest < Struct.new(
  :arns,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end