Class: Aws::WorkSpaces::Types::DescribeWorkspaceAssociationsResult

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

#associationsArray<Types::WorkspaceResourceAssociation>

List of information about the specified associations.



2004
2005
2006
2007
2008
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2004

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