Class: Aws::Connect::Types::AssociateWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociateWorkspaceResponse
- 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 associated with the workspace, including error details.
-
#successful_list ⇒ Array<Types::SuccessfulBatchAssociationSummary>
A list of resources that were successfully associated with the workspace.
Instance Attribute Details
#failed_list ⇒ Array<Types::FailedBatchAssociationSummary>
A list of resources that failed to be associated with the workspace, including error details.
1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-connect/types.rb', line 1487 class AssociateWorkspaceResponse < Struct.new( :successful_list, :failed_list) SENSITIVE = [] include Aws::Structure end |
#successful_list ⇒ Array<Types::SuccessfulBatchAssociationSummary>
A list of resources that were successfully associated with the workspace.
1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-connect/types.rb', line 1487 class AssociateWorkspaceResponse < Struct.new( :successful_list, :failed_list) SENSITIVE = [] include Aws::Structure end |