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.
1578 1579 1580 1581 1582 1583 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1578 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.
1578 1579 1580 1581 1582 1583 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1578 class BatchDisassociateAnalyticsDataSetResponse < Struct.new( :deleted, :errors) SENSITIVE = [] include Aws::Structure end |