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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appstream_agent_versionString

The version of the WorkSpaces Applications agent to use for this image builder. To use the latest version of the WorkSpaces Applications agent, specify [LATEST].

Returns:

  • (String)


5882
5883
5884
5885
5886
5887
# File 'lib/aws-sdk-appstream/types.rb', line 5882

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

#nameString

The name of the image builder.

Returns:

  • (String)


5882
5883
5884
5885
5886
5887
# File 'lib/aws-sdk-appstream/types.rb', line 5882

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