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)


2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-appstream/types.rb', line 2279

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


2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-appstream/types.rb', line 2279

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)


2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-appstream/types.rb', line 2279

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