Class: Aws::AppStream::Types::StartImageBuilderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Note:

When making an API call, you may pass StartImageBuilderRequest data as a 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)


2542
2543
2544
2545
2546
# File 'lib/aws-sdk-appstream/types.rb', line 2542

class StartImageBuilderRequest < Struct.new(
  :name,
  :appstream_agent_version)
  include Aws::Structure
end

#nameString

The name of the image builder.

Returns:

  • (String)


2542
2543
2544
2545
2546
# File 'lib/aws-sdk-appstream/types.rb', line 2542

class StartImageBuilderRequest < Struct.new(
  :name,
  :appstream_agent_version)
  include Aws::Structure
end