Class: Aws::WorkSpaces::Types::DeployWorkspaceApplicationsResult

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

#deploymentTypes::WorkSpaceApplicationDeployment

The list of deployed associations and information about them.



1451
1452
1453
1454
1455
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1451

class DeployWorkspaceApplicationsResult < Struct.new(
  :deployment)
  SENSITIVE = []
  include Aws::Structure
end