AWSCognitoIdentityProviderTimeUnitsType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityProviderTimeUnitsType) {
    AWSCognitoIdentityProviderTimeUnitsTypeUnknown,
    AWSCognitoIdentityProviderTimeUnitsTypeSeconds,
    AWSCognitoIdentityProviderTimeUnitsTypeMinutes,
    AWSCognitoIdentityProviderTimeUnitsTypeHours,
    AWSCognitoIdentityProviderTimeUnitsTypeDays,
}

Swift

enum AWSCognitoIdentityProviderTimeUnitsType : Int, @unchecked Sendable

Undocumented