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)


2368
2369
2370
2371
2372
2373
2374
# File 'lib/aws-sdk-appstream/types.rb', line 2368

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


2368
2369
2370
2371
2372
2373
2374
# File 'lib/aws-sdk-appstream/types.rb', line 2368

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)


2368
2369
2370
2371
2372
2373
2374
# File 'lib/aws-sdk-appstream/types.rb', line 2368

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