Class: Aws::AppStream::Types::StartSoftwareDeploymentToImageBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StartSoftwareDeploymentToImageBuilderRequest
- Defined in:
- gems/aws-sdk-appstream/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.
5899 5900 5901 5902 5903 5904 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5899 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.
5899 5900 5901 5902 5903 5904 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5899 class StartSoftwareDeploymentToImageBuilderRequest < Struct.new( :image_builder_name, :retry_failed_deployments) SENSITIVE = [] include Aws::Structure end |