Class: Aws::Connect::Types::AssociateAnalyticsDataSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AssociateAnalyticsDataSetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the dataset that was associated.
 - 
  
    
      #resource_share_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Resource Access Manager share.
 - 
  
    
      #resource_share_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Resource Access Manager share ID that is generated.
 - 
  
    
      #target_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the target account.
 
Instance Attribute Details
#data_set_id ⇒ String
The identifier of the dataset that was associated.
      685 686 687 688 689 690 691 692  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 685 class AssociateAnalyticsDataSetResponse < Struct.new( :data_set_id, :target_account_id, :resource_share_id, :resource_share_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_share_arn ⇒ String
The Amazon Resource Name (ARN) of the Resource Access Manager share.
      685 686 687 688 689 690 691 692  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 685 class AssociateAnalyticsDataSetResponse < Struct.new( :data_set_id, :target_account_id, :resource_share_id, :resource_share_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_share_id ⇒ String
The Resource Access Manager share ID that is generated.
      685 686 687 688 689 690 691 692  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 685 class AssociateAnalyticsDataSetResponse < Struct.new( :data_set_id, :target_account_id, :resource_share_id, :resource_share_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#target_account_id ⇒ String
The identifier of the target account.
      685 686 687 688 689 690 691 692  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 685 class AssociateAnalyticsDataSetResponse < Struct.new( :data_set_id, :target_account_id, :resource_share_id, :resource_share_arn) SENSITIVE = [] include Aws::Structure end  |