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.

Provides information about an application.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.ApplicationResponse

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

Syntax

C#
public class ApplicationResponse

The ApplicationResponse type exposes the following members

Constructors

NameDescription
Public Method ApplicationResponse()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the application.

Public Property CreationDate System.String

Gets and sets the property CreationDate.

The date and time when the Application was created.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Public Property Name System.String

Gets and sets the property Name.

The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

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

Gets and sets the property Tags.

A string-to-string map of key-value pairs that identifies the tags that are associated with the application. 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