Class: Aws::AppStream::Types::DescribeAppBlockBuildersResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_block_buildersArray<Types::AppBlockBuilder>

The list that describes one or more app block builders.

Returns:



2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2457

class DescribeAppBlockBuildersResult < Struct.new(
  :app_block_builders,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2457

class DescribeAppBlockBuildersResult < Struct.new(
  :app_block_builders,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end