AWSCognitoIdentityProviderGetLogDeliveryConfigurationResponse
Objective-C
@interface AWSCognitoIdentityProviderGetLogDeliveryConfigurationResponse
Swift
class AWSCognitoIdentityProviderGetLogDeliveryConfigurationResponse
-
The detailed activity logging configuration of the requested user pool.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderLogDeliveryConfigurationType *_Nullable logDeliveryConfiguration;
Swift
var logDeliveryConfiguration: AWSCognitoIdentityProviderLogDeliveryConfigurationType? { get set }