Class: Aws::CognitoIdentityProvider::Types::SetLogDeliveryConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SetLogDeliveryConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_configurations ⇒ Array<Types::LogConfigurationType>
A collection of the logging configurations for a user pool.
-
#user_pool_id ⇒ String
The ID of the user pool where you want to configure logging.
Instance Attribute Details
#log_configurations ⇒ Array<Types::LogConfigurationType>
A collection of the logging configurations for a user pool.
7800 7801 7802 7803 7804 7805 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7800 class SetLogDeliveryConfigurationRequest < Struct.new( :user_pool_id, :log_configurations) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool where you want to configure logging.
7800 7801 7802 7803 7804 7805 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7800 class SetLogDeliveryConfigurationRequest < Struct.new( :user_pool_id, :log_configurations) SENSITIVE = [] include Aws::Structure end |