Class: Aws::AppStream::Types::StartImageBuilderResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StartImageBuilderResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_builder ⇒ Types::ImageBuilder
Information about the image builder.
Instance Attribute Details
#image_builder ⇒ Types::ImageBuilder
Information about the image builder.
4838 4839 4840 4841 4842 |
# File 'lib/aws-sdk-appstream/types.rb', line 4838 class StartImageBuilderResult < Struct.new( :image_builder) SENSITIVE = [] include Aws::Structure end |