Class: Aws::Types::LoggingInfo
- Inherits:
-
Object
- Object
- Aws::Types::LoggingInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizer_logs ⇒ Types::AuthorizerLogs
Returns the value of attribute authorizer_logs.
-
#broker_logs ⇒ Types::BrokerLogs
Returns the value of attribute broker_logs.
Instance Attribute Details
#authorizer_logs ⇒ Types::AuthorizerLogs
Returns the value of attribute authorizer_logs.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def @authorizer_logs end |
#broker_logs ⇒ Types::BrokerLogs
Returns the value of attribute broker_logs.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def broker_logs @broker_logs end |