Class: Aws::CognitoIdentityProvider::Types::GetLogDeliveryConfigurationRequest

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

#user_pool_idString

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

Returns:

  • (String)


4807
4808
4809
4810
4811
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4807

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