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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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.



7576
7577
7578
7579
7580
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7576

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