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)


2418
2419
2420
2421
2422
2423
2424
# File 'lib/aws-sdk-appstream/types.rb', line 2418

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


2418
2419
2420
2421
2422
2423
2424
# File 'lib/aws-sdk-appstream/types.rb', line 2418

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)


2418
2419
2420
2421
2422
2423
2424
# File 'lib/aws-sdk-appstream/types.rb', line 2418

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