Class: Aws::Kinesis::Types::ChannelLoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ChannelLoggingConfiguration
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
The Amazon CloudWatch Logs configuration for a channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogs
The Amazon CloudWatch Logs settings for the channel.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogs
The Amazon CloudWatch Logs settings for the channel.
172 173 174 175 176 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 172 class ChannelLoggingConfiguration < Struct.new( :cloud_watch_logs) SENSITIVE = [] include Aws::Structure end |