Class: Aws::Types::LogDeliveryConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::LogDeliveryConfigurationType
- 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.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def log_configurations @log_configurations end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def user_pool_id @user_pool_id end |