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

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

#user_pool_idString

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

Returns:

  • (String)


4873
4874
4875
4876
4877
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4873

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