Class: Aws::AppStream::Types::DescribeAppBlockBuildersRequest

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

#max_resultsInteger

The maximum size of each page of results. The maximum value is 25.

Returns:

  • (Integer)


2897
2898
2899
2900
2901
2902
2903
# File 'lib/aws-sdk-appstream/types.rb', line 2897

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

#namesArray<String>

The names of the app block builders.

Returns:

  • (Array<String>)


2897
2898
2899
2900
2901
2902
2903
# File 'lib/aws-sdk-appstream/types.rb', line 2897

class DescribeAppBlockBuildersRequest < Struct.new(
  :names,
  :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)


2897
2898
2899
2900
2901
2902
2903
# File 'lib/aws-sdk-appstream/types.rb', line 2897

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