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.
7697 7698 7699 7700 7701 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7697 class SetLogDeliveryConfigurationResponse < Struct.new( :log_delivery_configuration) SENSITIVE = [] include Aws::Structure end |