Class: Aws::WorkSpaces::Types::WorkSpaceApplicationDeployment
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::WorkSpaceApplicationDeployment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the WorkSpace application deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::WorkspaceResourceAssociation>
The associations between the applications and the associated resources.
Instance Attribute Details
#associations ⇒ Array<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 |