NAME
Paws::CustomerProfiles::PutProfileObjectTypeResponse
ATTRIBUTES
AllowProfileCreation => Bool
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is FALSE
. If the AllowProfileCreation flag is set to FALSE
, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to TRUE
, and if no match is found, then the service creates a new standard profile.
CreatedAt => Str
The timestamp of when the domain was created.
REQUIRED Description => Str
Description of the profile object type.
EncryptionKey => Str
The customer-provided key to encrypt the profile object that will be created in this profile object type.
ExpirationDays => Int
The number of days until the data in the object expires.
Fields => Paws::CustomerProfiles::FieldMap
A map of the name and ObjectType field.
Keys => Paws::CustomerProfiles::KeyMap
A list of unique keys that can be used to map data to the profile.
LastUpdatedAt => Str
The timestamp of when the domain was most recently edited.
REQUIRED ObjectTypeName => Str
The name of the profile object type.
Tags => Paws::CustomerProfiles::TagMap
The tags used to organize, track, or control access for this resource.
TemplateId => Str
A unique identifier for the object template.