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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_deploymentsBoolean

Whether to retry previously failed license included application deployments.

Returns:

  • (Boolean)


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