Class: Aws::Connect::Types::DisassociateWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DisassociateWorkspaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_list ⇒ Array<Types::FailedBatchAssociationSummary>
A list of resources that failed to be disassociated from the workspace, including error details.
-
#successful_list ⇒ Array<Types::SuccessfulBatchAssociationSummary>
A list of resources that were successfully disassociated from the workspace.
Instance Attribute Details
#failed_list ⇒ Array<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_list ⇒ Array<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 |