class
Amazonite::CloudWatchLogs::ListSyslogConfigurationsResponse
- Amazonite::CloudWatchLogs::ListSyslogConfigurationsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_syslog_configurations_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(syslog_configurations : Array(SyslogConfiguration) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#syslog_configurations : Array(SyslogConfiguration) | Nil
The list of syslog configurations.
-
#syslog_configurations=(syslog_configurations : Array(SyslogConfiguration) | Nil)
The list of syslog configurations.
- #validate! : Nil
Constructor Detail
def self.new(syslog_configurations : Array(SyslogConfiguration) | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def next_token : String | Nil
#
The token for the next set of items to return. The token expires after 24 hours.
def next_token=(next_token : String | Nil)
#
The token for the next set of items to return. The token expires after 24 hours.
def syslog_configurations=(syslog_configurations : Array(SyslogConfiguration) | Nil)
#
The list of syslog configurations.