Class: Aws::Connect::Types::BatchDisassociateAnalyticsDataSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchDisassociateAnalyticsDataSetResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deleted ⇒ Array<String>
An array of successfully disassociated dataset identifiers.
-
#errors ⇒ Array<Types::ErrorResult>
A list of errors for any datasets not successfully removed.
Instance Attribute Details
#deleted ⇒ Array<String>
An array of successfully disassociated dataset identifiers.
1676 1677 1678 1679 1680 1681 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1676 class BatchDisassociateAnalyticsDataSetResponse < Struct.new( :deleted, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::ErrorResult>
A list of errors for any datasets not successfully removed.
1676 1677 1678 1679 1680 1681 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1676 class BatchDisassociateAnalyticsDataSetResponse < Struct.new( :deleted, :errors) SENSITIVE = [] include Aws::Structure end |