Class: Aws::WorkSpaces::Types::WorkSpaceApplicationDeployment

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

Overview

Describes the WorkSpace application deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::WorkspaceResourceAssociation>

The associations between the applications and the associated resources.



5166
5167
5168
5169
5170
# File 'lib/aws-sdk-workspaces/types.rb', line 5166

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