AWSCognitoIdentityProviderNotifyEmailType

Objective-C

@interface AWSCognitoIdentityProviderNotifyEmailType

Swift

class AWSCognitoIdentityProviderNotifyEmailType

The notify email type.

Required parameters: [Subject]

  • The email HTML body.

    Declaration

    Objective-C

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

    Swift

    var htmlBody: String? { get set }
  • The email subject.

    Declaration

    Objective-C

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

    Swift

    var subject: String? { get set }
  • The email text body.

    Declaration

    Objective-C

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

    Swift

    var textBody: String? { get set }