Class: Aws::CustomerProfiles::Types::DetectedProfileObjectType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::DetectedProfileObjectType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Contains ‘ProfileObjectType` mapping information from the model.
Constant Summary collapse
- SENSITIVE =
 [:fields, :keys]
Instance Attribute Summary collapse
- 
  
    
      #fields  ⇒ Hash<String,Types::ObjectTypeField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map of the name and the ‘ObjectType` field.
 - 
  
    
      #keys  ⇒ Hash<String,Array<Types::ObjectTypeKey>> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of unique keys that can be used to map data to a profile.
 - 
  
    
      #source_last_updated_timestamp_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The format of ‘sourceLastUpdatedTimestamp` that was detected in fields.
 
Instance Attribute Details
#fields ⇒ Hash<String,Types::ObjectTypeField>
A map of the name and the ‘ObjectType` field.
      1423 1424 1425 1426 1427 1428 1429  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1423 class DetectedProfileObjectType < Struct.new( :source_last_updated_timestamp_format, :fields, :keys) SENSITIVE = [:fields, :keys] include Aws::Structure end  | 
  
#keys ⇒ Hash<String,Array<Types::ObjectTypeKey>>
A list of unique keys that can be used to map data to a profile.
      1423 1424 1425 1426 1427 1428 1429  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1423 class DetectedProfileObjectType < Struct.new( :source_last_updated_timestamp_format, :fields, :keys) SENSITIVE = [:fields, :keys] include Aws::Structure end  | 
  
#source_last_updated_timestamp_format ⇒ String
The format of ‘sourceLastUpdatedTimestamp` that was detected in fields.
      1423 1424 1425 1426 1427 1428 1429  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1423 class DetectedProfileObjectType < Struct.new( :source_last_updated_timestamp_format, :fields, :keys) SENSITIVE = [:fields, :keys] include Aws::Structure end  |