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.
4703 4704 4705 4706 4707 |
# File 'lib/aws-sdk-appstream/types.rb', line 4703 class StopAppBlockBuilderResult < Struct.new( :app_block_builder) SENSITIVE = [] include Aws::Structure end |