Class: Aws::CognitoIdentityProvider::Types::SetLogDeliveryConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SetLogDeliveryConfigurationResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_delivery_configuration ⇒ Types::LogDeliveryConfigurationType
The detailed activity logging configuration that you applied to the requested user pool.
Instance Attribute Details
#log_delivery_configuration ⇒ Types::LogDeliveryConfigurationType
The detailed activity logging configuration that you applied to the requested user pool.
9705 9706 9707 9708 9709 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9705 class SetLogDeliveryConfigurationResponse < Struct.new( :log_delivery_configuration) SENSITIVE = [] include Aws::Structure end |