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.



257
258
259
260
261
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 257

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