class
Amazonite::Kinesis::ChannelLoggingUpdateInput
- Amazonite::Kinesis::ChannelLoggingUpdateInput
- Reference
- Object
Overview
The updated Amazon CloudWatch Logs configuration for a channel. Used in UpdateChannel.
Included Modules
- JSON::Serializable
Defined in:
kinesis/channel_logging_update_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#cloud_watch_logs : CloudWatchLogsUpdateInput
The updated Amazon CloudWatch Logs settings for the channel.
-
#cloud_watch_logs=(cloud_watch_logs : CloudWatchLogsUpdateInput)
The updated Amazon CloudWatch Logs settings for the channel.
-
#hash(hasher)
See
Object#hash(hasher) - #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?.
def cloud_watch_logs : CloudWatchLogsUpdateInput
#
The updated Amazon CloudWatch Logs settings for the channel.
def cloud_watch_logs=(cloud_watch_logs : CloudWatchLogsUpdateInput)
#
The updated Amazon CloudWatch Logs settings for the channel.