Class: Aws::AppStream::Types::StartSoftwareDeploymentToImageBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StartSoftwareDeploymentToImageBuilderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_builder_name ⇒ String
The name of the target image builder instance.
-
#retry_failed_deployments ⇒ Boolean
Whether to retry previously failed license included application deployments.
Instance Attribute Details
#image_builder_name ⇒ String
The name of the target image builder instance.
5488 5489 5490 5491 5492 5493 |
# File 'lib/aws-sdk-appstream/types.rb', line 5488 class StartSoftwareDeploymentToImageBuilderRequest < Struct.new( :image_builder_name, :retry_failed_deployments) SENSITIVE = [] include Aws::Structure end |
#retry_failed_deployments ⇒ Boolean
Whether to retry previously failed license included application deployments.
5488 5489 5490 5491 5492 5493 |
# File 'lib/aws-sdk-appstream/types.rb', line 5488 class StartSoftwareDeploymentToImageBuilderRequest < Struct.new( :image_builder_name, :retry_failed_deployments) SENSITIVE = [] include Aws::Structure end |