class
Amazonite::CloudWatchLogs::DescribeLogStreamsResponse
- Amazonite::CloudWatchLogs::DescribeLogStreamsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_log_streams_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_streams : Array(LogStream) | 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) -
#log_streams : Array(LogStream) | Nil
The log streams.
-
#log_streams=(log_streams : Array(LogStream) | Nil)
The log streams.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.