Class: Aws::CustomerProfiles::Types::DetectProfileObjectTypeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::DetectProfileObjectTypeRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:objects]
Instance Attribute Summary collapse
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the domain.
 - 
  
    
      #objects  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string that is serialized from a JSON object.
 
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
      1386 1387 1388 1389 1390 1391  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1386 class DetectProfileObjectTypeRequest < Struct.new( :objects, :domain_name) SENSITIVE = [:objects] include Aws::Structure end  | 
  
#objects ⇒ Array<String>
A string that is serialized from a JSON object.
      1386 1387 1388 1389 1390 1391  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1386 class DetectProfileObjectTypeRequest < Struct.new( :objects, :domain_name) SENSITIVE = [:objects] include Aws::Structure end  |