Class: Aws::Connect::Types::AnalyticsDataAssociationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::AnalyticsDataAssociationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
This API is in preview release for Amazon Connect and is subject to change.
Information about associations that are successfully created: ‘DataSetId`, `TargetAccountId`, `ResourceShareId`, `ResourceShareArn`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the dataset.
 - 
  
    
      #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.
 - 
  
    
      #resource_share_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Resource Access Manager status of association.
 - 
  
    
      #target_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the target account.
 
Instance Attribute Details
#data_set_id ⇒ String
The identifier of the dataset.
      549 550 551 552 553 554 555 556 557  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 549 class AnalyticsDataAssociationResult < Struct.new( :data_set_id, :target_account_id, :resource_share_id, :resource_share_arn, :resource_share_status) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_share_arn ⇒ String
The Amazon Resource Name (ARN) of the Resource Access Manager share.
      549 550 551 552 553 554 555 556 557  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 549 class AnalyticsDataAssociationResult < Struct.new( :data_set_id, :target_account_id, :resource_share_id, :resource_share_arn, :resource_share_status) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_share_id ⇒ String
The Resource Access Manager share ID.
      549 550 551 552 553 554 555 556 557  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 549 class AnalyticsDataAssociationResult < Struct.new( :data_set_id, :target_account_id, :resource_share_id, :resource_share_arn, :resource_share_status) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_share_status ⇒ String
The Amazon Web Services Resource Access Manager status of association.
      549 550 551 552 553 554 555 556 557  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 549 class AnalyticsDataAssociationResult < Struct.new( :data_set_id, :target_account_id, :resource_share_id, :resource_share_arn, :resource_share_status) SENSITIVE = [] include Aws::Structure end  | 
  
#target_account_id ⇒ String
The identifier of the target account.
      549 550 551 552 553 554 555 556 557  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 549 class AnalyticsDataAssociationResult < Struct.new( :data_set_id, :target_account_id, :resource_share_id, :resource_share_arn, :resource_share_status) SENSITIVE = [] include Aws::Structure end  |