Class: Aws::CustomerProfiles::Types::DeleteProfileKeyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::DeleteProfileKeyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      1210 1211 1212 1213 1214 1215 1216 1217  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1210 class DeleteProfileKeyRequest < Struct.new( :profile_id, :key_name, :values, :domain_name) SENSITIVE = [] include Aws::Structure end  | 
  
#key_name ⇒ String
A searchable identifier of a customer profile.
      1210 1211 1212 1213 1214 1215 1216 1217  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1210 class DeleteProfileKeyRequest < Struct.new( :profile_id, :key_name, :values, :domain_name) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_id ⇒ String
The unique identifier of a customer profile.
      1210 1211 1212 1213 1214 1215 1216 1217  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1210 class DeleteProfileKeyRequest < Struct.new( :profile_id, :key_name, :values, :domain_name) SENSITIVE = [] include Aws::Structure end  | 
  
#values ⇒ Array<String>
A list of key values.
      1210 1211 1212 1213 1214 1215 1216 1217  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1210 class DeleteProfileKeyRequest < Struct.new( :profile_id, :key_name, :values, :domain_name) SENSITIVE = [] include Aws::Structure end  |