Class: Aws::AppStream::Types::CreateAppBlockBuilderResult

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_builderTypes::AppBlockBuilder

Describes an app block builder.



850
851
852
853
854
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 850

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