Class: Aws::Connect::Types::DisassociateWorkspaceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 disassociated from the workspace, including error details.



11169
11170
11171
11172
11173
11174
# File 'lib/aws-sdk-connect/types.rb', line 11169

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

#successful_listArray<Types::SuccessfulBatchAssociationSummary>

A list of resources that were successfully disassociated from the workspace.



11169
11170
11171
11172
11173
11174
# File 'lib/aws-sdk-connect/types.rb', line 11169

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