Class: Aws::Connect::Types::BatchDisassociateAnalyticsDataSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchDisassociateAnalyticsDataSetResponse
- Includes:
- Structure
- Defined in:
- 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.
1583 1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-connect/types.rb', line 1583 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.
1583 1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-connect/types.rb', line 1583 class BatchDisassociateAnalyticsDataSetResponse < Struct.new( :deleted, :errors) SENSITIVE = [] include Aws::Structure end |