Class: Aws::CognitoIdentityProvider::Types::GetLogDeliveryConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::GetLogDeliveryConfigurationResponse
 
 
- 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 logging configuration of the requested user pool.
 
Instance Attribute Details
#log_delivery_configuration ⇒ Types::LogDeliveryConfigurationType
The logging configuration of the requested user pool.
      6252 6253 6254 6255 6256  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6252 class GetLogDeliveryConfigurationResponse < Struct.new( :log_delivery_configuration) SENSITIVE = [] include Aws::Structure end  |