Class: Aws::Kinesis::Types::CloudWatchLogsUpdateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::CloudWatchLogsUpdateInput
- Defined in:
- gems/aws-sdk-kinesis/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.
387 388 389 390 391 392 393 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 387 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.
387 388 389 390 391 392 393 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 387 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.
387 388 389 390 391 392 393 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 387 class CloudWatchLogsUpdateInput < Struct.new( :enabled, :log_group_name, :log_stream_name) SENSITIVE = [] include Aws::Structure end |