Class: Aws::AppStream::Types::StartSoftwareDeploymentToImageBuilderRequest

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

#image_builder_nameString

The name of the target image builder instance.

Returns:

  • (String)


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_deploymentsBoolean

Whether to retry previously failed license included application deployments.

Returns:

  • (Boolean)


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