Class: Aws::Kinesis::Types::ChannelLoggingUpdateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ChannelLoggingUpdateInput
- 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
-
#cloud_watch_logs ⇒ Types::CloudWatchLogsUpdateInput
The updated Amazon CloudWatch Logs settings for the channel.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::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 |