Class: Aws::AppStream::Types::AssociateAppBlockBuilderAppBlockResult

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_associationTypes::AppBlockBuilderAppBlockAssociation

The list of app block builders associated with app blocks.



426
427
428
429
430
# File 'lib/aws-sdk-appstream/types.rb', line 426

class AssociateAppBlockBuilderAppBlockResult < Struct.new(
  :app_block_builder_app_block_association)
  SENSITIVE = []
  include Aws::Structure
end