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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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.



5432
5433
5434
5435
5436
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5432

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