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
show all
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

Instance Attribute Details

#appstream_agent_versionString

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].

Returns:

  • (String)

    The version of the AppStream 2.0 agent to use for this image builder.

#nameString

The name of the image builder.

Returns:

  • (String)

    The name of the image builder.