Class: Aws::Connect::Types::AssociateWorkspaceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_listArray<Types::FailedBatchAssociationSummary>

A list of resources that failed to be associated with the workspace, including error details.



1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1560

class AssociateWorkspaceResponse < Struct.new(
  :successful_list,
  :failed_list)
  SENSITIVE = []
  include Aws::Structure
end

#successful_listArray<Types::SuccessfulBatchAssociationSummary>

A list of resources that were successfully associated with the workspace.



1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1560

class AssociateWorkspaceResponse < Struct.new(
  :successful_list,
  :failed_list)
  SENSITIVE = []
  include Aws::Structure
end