AWSPinpointTargetingChannelResponse

Objective-C

@interface AWSPinpointTargetingChannelResponse

Swift

class AWSPinpointTargetingChannelResponse

Provides information about the general settings and status of a channel for an application.

  • The unique identifier for the application.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable applicationId;

    Swift

    var applicationId: String? { get set }
  • The date and time, in ISO 8601 format, when the channel was enabled.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable creationDate;

    Swift

    var creationDate: String? { get set }
  • Specifies whether the channel is enabled for the application.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }
  • (Not used) This property is retained only for backward compatibility.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable hasCredential;

    Swift

    var hasCredential: NSNumber? { get set }
  • (Deprecated) An identifier for the channel. This property is retained only for backward compatibility.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • Specifies whether the channel is archived.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable isArchived;

    Swift

    var isArchived: NSNumber? { get set }
  • The user who last modified the channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable lastModifiedBy;

    Swift

    var lastModifiedBy: String? { get set }
  • The date and time, in ISO 8601 format, when the channel was last modified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable lastModifiedDate;

    Swift

    var lastModifiedDate: String? { get set }
  • The current version of the channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable version;

    Swift

    var version: NSNumber? { get set }