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.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def log_configurations @log_configurations end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def user_pool_id @user_pool_id end |