Class: Aws::CognitoIdentityProvider::Types::GetLogDeliveryConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetLogDeliveryConfigurationRequest
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_pool_id ⇒ String
The ID of the user pool that has the logging configuration that you want to view.
Instance Attribute Details
#user_pool_id ⇒ String
The ID of the user pool that has the logging configuration that you want to view.
6296 6297 6298 6299 6300 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6296 class GetLogDeliveryConfigurationRequest < Struct.new( :user_pool_id) SENSITIVE = [] include Aws::Structure end |