Class: Aws::Kinesis::Types::ChannelLoggingUpdateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

The updated Amazon CloudWatch Logs configuration for a channel. Used in UpdateChannel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogsUpdateInput

The updated Amazon CloudWatch Logs settings for the channel.

Returns:



187
188
189
190
191
# File 'lib/aws-sdk-kinesis/types.rb', line 187

class ChannelLoggingUpdateInput < Struct.new(
  :cloud_watch_logs)
  SENSITIVE = []
  include Aws::Structure
end