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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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 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)


4666
4667
4668
4669
4670
4671
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4666

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

#nameString

The name of the image builder.

Returns:

  • (String)


4666
4667
4668
4669
4670
4671
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4666

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