class
Amazonite::CloudWatchLogs::CreateLogStreamRequest
- Amazonite::CloudWatchLogs::CreateLogStreamRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/create_log_stream_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_group_name : String
The name of the log group.
-
#log_group_name=(log_group_name : String)
The name of the log group.
-
#log_stream_name : String
The name of the log stream.
-
#log_stream_name=(log_stream_name : String)
The name of the log stream.
- #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?.