Class: Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOptionUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOptionUpdate
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Describes the Amazon CloudWatch logging option updates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logging_option_id ⇒ String
The ID of the CloudWatch logging option to update.
-
#log_stream_arn_update ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
Instance Attribute Details
#cloud_watch_logging_option_id ⇒ String
The ID of the CloudWatch logging option to update
1214 1215 1216 1217 1218 1219 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1214 class CloudWatchLoggingOptionUpdate < Struct.new( :cloud_watch_logging_option_id, :log_stream_arn_update) SENSITIVE = [] include Aws::Structure end |
#log_stream_arn_update ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
1214 1215 1216 1217 1218 1219 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1214 class CloudWatchLoggingOptionUpdate < Struct.new( :cloud_watch_logging_option_id, :log_stream_arn_update) SENSITIVE = [] include Aws::Structure end |