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 that has the logging configuration that you want to view.

Returns:

  • (String)


6240
6241
6242
6243
6244
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6240

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