Class: Aws::Types::ListSyslogConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSyslogConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#syslog_configurations ⇒ ::Array[Types::SyslogConfiguration]
Returns the value of attribute syslog_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def next_token @next_token end |
#syslog_configurations ⇒ ::Array[Types::SyslogConfiguration]
Returns the value of attribute syslog_configurations.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def syslog_configurations @syslog_configurations end |