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)


5004
5005
5006
5007
5008
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5004

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