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.



2192
2193
2194
2195
2196
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2192

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