Class: Aws::Kinesis::Types::CloudWatchLogsUpdateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::CloudWatchLogsUpdateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
The updated Amazon CloudWatch Logs settings for a channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether logging to Amazon CloudWatch Logs is enabled.
-
#log_group_name ⇒ String
The name of the Amazon CloudWatch Logs log group.
-
#log_stream_name ⇒ String
The name of the Amazon CloudWatch Logs log stream.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether logging to Amazon CloudWatch Logs is enabled.
386 387 388 389 390 391 392 |
# File 'lib/aws-sdk-kinesis/types.rb', line 386 class CloudWatchLogsUpdateInput < Struct.new( :enabled, :log_group_name, :log_stream_name) SENSITIVE = [] include Aws::Structure end |
#log_group_name ⇒ String
The name of the Amazon CloudWatch Logs log group.
386 387 388 389 390 391 392 |
# File 'lib/aws-sdk-kinesis/types.rb', line 386 class CloudWatchLogsUpdateInput < Struct.new( :enabled, :log_group_name, :log_stream_name) SENSITIVE = [] include Aws::Structure end |
#log_stream_name ⇒ String
The name of the Amazon CloudWatch Logs log stream.
386 387 388 389 390 391 392 |
# File 'lib/aws-sdk-kinesis/types.rb', line 386 class CloudWatchLogsUpdateInput < Struct.new( :enabled, :log_group_name, :log_stream_name) SENSITIVE = [] include Aws::Structure end |