You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppStream::Types::StartImageBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StartImageBuilderRequest
- Defined in:
- (unknown)
Overview
Note:
When passing StartImageBuilderRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "String", # required
appstream_agent_version: "AppstreamAgentVersion",
}
Instance Attribute Summary collapse
-
#appstream_agent_version ⇒ String
The version of the AppStream 2.0 agent to use for this image builder.
-
#name ⇒ String
The name of the image builder.
Instance Attribute Details
#appstream_agent_version ⇒ String
The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].
#name ⇒ String
The name of the image builder.