Class: Aws::AppStream::Types::StartImageBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StartImageBuilderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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].
4666 4667 4668 4669 4670 4671 |
# File 'lib/aws-sdk-appstream/types.rb', line 4666 class StartImageBuilderRequest < Struct.new( :name, :appstream_agent_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the image builder.
4666 4667 4668 4669 4670 4671 |
# File 'lib/aws-sdk-appstream/types.rb', line 4666 class StartImageBuilderRequest < Struct.new( :name, :appstream_agent_version) SENSITIVE = [] include Aws::Structure end |