Class: Aws::CustomerProfiles::Types::DetectedProfileObjectType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fieldsHash<String,Types::ObjectTypeField>

A map of the name and the ObjectType field.

Returns:



1423
1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-customerprofiles/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

#keysHash<String,Array<Types::ObjectTypeKey>>

A list of unique keys that can be used to map data to a profile.

Returns:



1423
1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-customerprofiles/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_formatString

The format of sourceLastUpdatedTimestamp that was detected in fields.

Returns:

  • (String)


1423
1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-customerprofiles/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