Class: Aws::CognitoIdentityProvider::Types::LogDeliveryConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::LogDeliveryConfigurationType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The logging parameters of a user pool, as returned in the response to a GetLogDeliveryConfiguration request.
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.
8275 8276 8277 8278 8279 8280 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8275 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.
8275 8276 8277 8278 8279 8280 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8275 class LogDeliveryConfigurationType < Struct.new( :user_pool_id, :log_configurations) SENSITIVE = [] include Aws::Structure end |