Class: Aws::CognitoIdentityProvider::Types::SetLogDeliveryConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SetLogDeliveryConfigurationResponse
- Includes:
- Structure
- Defined in:
- 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.
7816 7817 7818 7819 7820 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7816 class SetLogDeliveryConfigurationResponse < Struct.new( :log_delivery_configuration) SENSITIVE = [] include Aws::Structure end |