Class: Aws::CognitoIdentityProvider::Types::SetLogDeliveryConfigurationRequest

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_configurationsArray<Types::LogConfigurationType>

A collection of all of the detailed activity logging configurations for a user pool.

Returns:



7562
7563
7564
7565
7566
7567
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7562

class SetLogDeliveryConfigurationRequest < Struct.new(
  :user_pool_id,
  :log_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool where you want to configure detailed activity logging .

Returns:

  • (String)


7562
7563
7564
7565
7566
7567
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7562

class SetLogDeliveryConfigurationRequest < Struct.new(
  :user_pool_id,
  :log_configurations)
  SENSITIVE = []
  include Aws::Structure
end