Class: Aws::CustomerProfiles::Types::DetectedProfileObjectType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DetectedProfileObjectType
- Defined in:
- gems/aws-sdk-customerprofiles/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.
2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2079 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.
2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2079 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.
2079 2080 2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2079 class DetectedProfileObjectType < Struct.new( :source_last_updated_timestamp_format, :fields, :keys) SENSITIVE = [:fields, :keys] include Aws::Structure end |