Class: Aws::AppStream::Types::CreateImageBuilderResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateImageBuilderResult
- Defined in:
- gems/aws-sdk-appstream/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.
1634 1635 1636 1637 1638 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1634 class CreateImageBuilderResult < Struct.new( :image_builder) SENSITIVE = [] include Aws::Structure end |