Class: Aws::WorkSpaces::Types::DeployWorkspaceApplicationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeployWorkspaceApplicationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment ⇒ Types::WorkSpaceApplicationDeployment
The list of deployed associations and information about them.
Instance Attribute Details
#deployment ⇒ Types::WorkSpaceApplicationDeployment
The list of deployed associations and information about them.
1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1639 class DeployWorkspaceApplicationsResult < Struct.new( :deployment) SENSITIVE = [] include Aws::Structure end |