Class: Aws::WorkSpaces::Types::AssociateWorkspaceApplicationResult

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

#associationTypes::WorkspaceResourceAssociation

Information about the association between the specified WorkSpace and the specified application.



330
331
332
333
334
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 330

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