Class: Aws::AppStream::Types::StartImageBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StartImageBuilderRequest
- Defined in:
- gems/aws-sdk-appstream/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",
}
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].
4651 4652 4653 4654 4655 4656 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4651 class StartImageBuilderRequest < Struct.new( :name, :appstream_agent_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the image builder.
4651 4652 4653 4654 4655 4656 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4651 class StartImageBuilderRequest < Struct.new( :name, :appstream_agent_version) SENSITIVE = [] include Aws::Structure end |