Class: Aws::CognitoIdentityProvider::Types::LogDeliveryConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::LogDeliveryConfigurationType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The logging parameters of a user pool returned in response to ‘GetLogDeliveryConfiguration`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_configurations ⇒ Array<Types::LogConfigurationType>
A logging destination of a user pool.
-
#user_pool_id ⇒ String
The ID of the user pool where you configured logging.
Instance Attribute Details
#log_configurations ⇒ Array<Types::LogConfigurationType>
A logging destination of a user pool. User pools can have multiple logging destinations for message-delivery and user-activity logs.
6708 6709 6710 6711 6712 6713 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6708 class LogDeliveryConfigurationType < Struct.new( :user_pool_id, :log_configurations) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool where you configured logging.
6708 6709 6710 6711 6712 6713 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6708 class LogDeliveryConfigurationType < Struct.new( :user_pool_id, :log_configurations) SENSITIVE = [] include Aws::Structure end |