Class: Aws::CustomerProfiles::Types::AddProfileKeyRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CustomerProfiles::Types::AddProfileKeyRequest
 
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique name of the domain. 
- 
  
    
      #key_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A searchable identifier of a customer profile. 
- 
  
    
      #profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of a customer profile. 
- 
  
    
      #values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of key values. 
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
| 50 51 52 53 54 55 56 57 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 50 class AddProfileKeyRequest < Struct.new( :profile_id, :key_name, :values, :domain_name) SENSITIVE = [] include Aws::Structure end | 
#key_name ⇒ String
A searchable identifier of a customer profile. The predefined keys you can use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId.
| 50 51 52 53 54 55 56 57 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 50 class AddProfileKeyRequest < Struct.new( :profile_id, :key_name, :values, :domain_name) SENSITIVE = [] include Aws::Structure end | 
#profile_id ⇒ String
The unique identifier of a customer profile.
| 50 51 52 53 54 55 56 57 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 50 class AddProfileKeyRequest < Struct.new( :profile_id, :key_name, :values, :domain_name) SENSITIVE = [] include Aws::Structure end | 
#values ⇒ Array<String>
A list of key values.
| 50 51 52 53 54 55 56 57 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 50 class AddProfileKeyRequest < Struct.new( :profile_id, :key_name, :values, :domain_name) SENSITIVE = [] include Aws::Structure end |