Class: Aws::Connect::Types::BatchAssociateAnalyticsDataSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::BatchAssociateAnalyticsDataSetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created  ⇒ Array<Types::AnalyticsDataAssociationResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about associations that are successfully created: ‘DataSetId`, `TargetAccountId`, `ResourceShareId`, `ResourceShareArn`.
 - 
  
    
      #errors  ⇒ Array<Types::ErrorResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of errors for datasets that aren’t successfully associated with the target account.
 
Instance Attribute Details
#created ⇒ Array<Types::AnalyticsDataAssociationResult>
Information about associations that are successfully created: ‘DataSetId`, `TargetAccountId`, `ResourceShareId`, `ResourceShareArn`.
      1745 1746 1747 1748 1749 1750  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1745 class BatchAssociateAnalyticsDataSetResponse < Struct.new( :created, :errors) SENSITIVE = [] include Aws::Structure end  | 
  
#errors ⇒ Array<Types::ErrorResult>
A list of errors for datasets that aren’t successfully associated with the target account.
      1745 1746 1747 1748 1749 1750  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1745 class BatchAssociateAnalyticsDataSetResponse < Struct.new( :created, :errors) SENSITIVE = [] include Aws::Structure end  |