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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/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.



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

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