Class: Aws::AppStream::Types::UpdateAppBlockBuilderResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateAppBlockBuilderResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_block_builder ⇒ Types::AppBlockBuilder
Describes an app block builder.
Instance Attribute Details
#app_block_builder ⇒ Types::AppBlockBuilder
Describes an app block builder.
5166 5167 5168 5169 5170 |
# File 'lib/aws-sdk-appstream/types.rb', line 5166 class UpdateAppBlockBuilderResult < Struct.new( :app_block_builder) SENSITIVE = [] include Aws::Structure end |