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 logging configuration that you applied to the requested user pool.



9635
9636
9637
9638
9639
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9635

class SetLogDeliveryConfigurationResponse < Struct.new(
  :log_delivery_configuration)
  SENSITIVE = []
  include Aws::Structure
end