AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the PutProfileObjectType operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CustomerProfiles.Model.PutProfileObjectTypeResponse

Namespace: Amazon.CustomerProfiles.Model
Assembly: AWSSDK.CustomerProfiles.dll
Version: 3.x.y.z

Syntax

C#
public class PutProfileObjectTypeResponse : AmazonWebServiceResponse

The PutProfileObjectTypeResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowProfileCreation System.Boolean

Gets and sets the property AllowProfileCreation.

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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The timestamp of when the domain was created.

Public Property Description System.String

Gets and sets the property Description.

Description of the profile object type.

Public Property EncryptionKey System.String

Gets and sets the property EncryptionKey.

The customer-provided key to encrypt the profile object that will be created in this profile object type.

Public Property ExpirationDays System.Int32

Gets and sets the property ExpirationDays.

The number of days until the data in the object expires.

Public Property Fields System.Collections.Generic.Dictionary<System.String, Amazon.CustomerProfiles.Model.ObjectTypeField>

Gets and sets the property Fields.

A map of the name and ObjectType field.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Keys System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<Amazon.CustomerProfiles.Model.ObjectTypeKey>>

Gets and sets the property Keys.

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

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The timestamp of when the domain was most recently edited.

Public Property MaxAvailableProfileObjectCount System.Int32

Gets and sets the property MaxAvailableProfileObjectCount.

The amount of provisioned profile object max count available.

Public Property MaxProfileObjectCount System.Int32

Gets and sets the property MaxProfileObjectCount.

The amount of profile object max count assigned to the object type.

Public Property ObjectTypeName System.String

Gets and sets the property ObjectTypeName.

The name of the profile object type.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SourceLastUpdatedTimestampFormat System.String

Gets and sets the property SourceLastUpdatedTimestampFormat.

The format of your sourceLastUpdatedTimestamp that was previously set up in fields that were parsed using SimpleDateFormat. If you have sourceLastUpdatedTimestamp in your field, you must set up sourceLastUpdatedTimestampFormat.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags used to organize, track, or control access for this resource.

Public Property TemplateId System.String

Gets and sets the property TemplateId.

A unique identifier for the object template.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5