Class: Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOptionUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CloudWatchLoggingOptionUpdate
- Includes:
- Structure
- Defined in:
- 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
1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1397 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.
1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1397 class CloudWatchLoggingOptionUpdate < Struct.new( :cloud_watch_logging_option_id, :log_stream_arn_update) SENSITIVE = [] include Aws::Structure end |