Class: Aws::AppStream::Types::StopAppBlockBuilderResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StopAppBlockBuilderResult
- 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.
6141 6142 6143 6144 6145 |
# File 'lib/aws-sdk-appstream/types.rb', line 6141 class StopAppBlockBuilderResult < Struct.new( :app_block_builder) SENSITIVE = [] include Aws::Structure end |