Class: Aws::Types::ListSyslogConfigurationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def next_token
  @next_token
end

#syslog_configurations::Array[Types::SyslogConfiguration]

Returns the value of attribute syslog_configurations.

Returns:



1348
1349
1350
# File 'sig/types.rbs', line 1348

def syslog_configurations
  @syslog_configurations
end