Class: Aws::CloudWatchLogs::Types::ListSyslogConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListSyslogConfigurationsResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
-
#syslog_configurations ⇒ Array<Types::SyslogConfiguration>
The list of syslog configurations.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5648 class ListSyslogConfigurationsResponse < Struct.new( :syslog_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#syslog_configurations ⇒ Array<Types::SyslogConfiguration>
The list of syslog configurations.
5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5648 class ListSyslogConfigurationsResponse < Struct.new( :syslog_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |