Class: Aws::WorkSpaces::Types::DeployWorkspaceApplicationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled, it allows previously failed deployments to be retried.

Returns:

  • (Boolean)


1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1438

class DeployWorkspaceApplicationsRequest < Struct.new(
  :workspace_id,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1438

class DeployWorkspaceApplicationsRequest < Struct.new(
  :workspace_id,
  :force)
  SENSITIVE = []
  include Aws::Structure
end