Class: Aws::CognitoIdentityProvider::Types::GetLogDeliveryConfigurationResponse

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 of the requested user pool. Includes types of logs configured and their destinations.



6125
6126
6127
6128
6129
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6125

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