Class: Aws::CognitoIdentityProvider::Types::SetLogDeliveryConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_delivery_configurationTypes::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