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.

Specifies the configuration, dimension, and other settings for a segment. A WriteSegmentRequest object can include a Dimensions object or a SegmentGroups object, but not both.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.WriteSegmentRequest

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

Syntax

C#
public class WriteSegmentRequest

The WriteSegmentRequest type exposes the following members

Constructors

NameDescription
Public Method WriteSegmentRequest()

Properties

NameTypeDescription
Public Property Dimensions Amazon.Pinpoint.Model.SegmentDimensions

Gets and sets the property Dimensions.

The criteria that define the dimensions for the segment.

Public Property Name System.String

Gets and sets the property Name.

The name of the segment.

Public Property SegmentGroups Amazon.Pinpoint.Model.SegmentGroupList

Gets and sets the property SegmentGroups.

The segment group to use and the dimensions to apply to the group's base segments in order to build the segment. A segment group can consist of zero or more base segments. Your request can include only one segment group.

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

Gets and sets the property Tags.

As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK.

(Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the segment. Each tag consists of a required tag key and an associated tag value.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5