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.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def @authorizer_logs end |
#broker_logs ⇒ Types::BrokerLogs
Returns the value of attribute broker_logs.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def broker_logs @broker_logs end |