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)


4604
4605
4606
4607
4608
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4604

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