Class: Aws::Types::SetLogDeliveryConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetLogDeliveryConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_configurations ⇒ ::Array[Types::LogConfigurationType]
Returns the value of attribute log_configurations.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#log_configurations ⇒ ::Array[Types::LogConfigurationType]
Returns the value of attribute log_configurations.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def log_configurations @log_configurations end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def user_pool_id @user_pool_id end |