Class: Aws::AppStream::Types::DescribeAppBlockBuilderAppBlockAssociationsResult

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

#app_block_builder_app_block_associationsArray<Types::AppBlockBuilderAppBlockAssociation>

This list of app block builders associated with app blocks.



2257
2258
2259
2260
2261
2262
# File 'lib/aws-sdk-appstream/types.rb', line 2257

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


2257
2258
2259
2260
2261
2262
# File 'lib/aws-sdk-appstream/types.rb', line 2257

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