class
Amazonite::Kinesis::CloudWatchLogsUpdateInput
- Amazonite::Kinesis::CloudWatchLogsUpdateInput
- Reference
- Object
Overview
The updated Amazon CloudWatch Logs settings for a channel.
Included Modules
- JSON::Serializable
Defined in:
kinesis/cloud_watch_logs_update_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(enabled : Bool, log_group_name : String | Nil = nil, log_stream_name : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#enabled : Bool
Specifies whether logging to Amazon CloudWatch Logs is enabled.
-
#enabled=(enabled : Bool)
Specifies whether logging to Amazon CloudWatch Logs is enabled.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_group_name : String | Nil
The name of the Amazon CloudWatch Logs log group.
-
#log_group_name=(log_group_name : String | Nil)
The name of the Amazon CloudWatch Logs log group.
-
#log_stream_name : String | Nil
The name of the Amazon CloudWatch Logs log stream.
-
#log_stream_name=(log_stream_name : String | Nil)
The name of the Amazon CloudWatch Logs log stream.
- #validate! : Nil
Constructor Detail
def self.new(enabled : Bool, log_group_name : String | Nil = nil, log_stream_name : 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 log_group_name=(log_group_name : String | Nil)
#
The name of the Amazon CloudWatch Logs log group.
def log_stream_name=(log_stream_name : String | Nil)
#
The name of the Amazon CloudWatch Logs log stream.