Class: Aws::CloudWatchLogs::Types::ListSyslogConfigurationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


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_configurationsArray<Types::SyslogConfiguration>

The list of syslog configurations.

Returns:



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