Class: Aws::Types::CloudWatchLoggingOptionUpdate
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLoggingOptionUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logging_option_id ⇒ ::String
Returns the value of attribute cloud_watch_logging_option_id.
-
#log_stream_arn_update ⇒ ::String
Returns the value of attribute log_stream_arn_update.
Instance Attribute Details
#cloud_watch_logging_option_id ⇒ ::String
Returns the value of attribute cloud_watch_logging_option_id.
345 346 347 |
# File 'sig/types.rbs', line 345 def cloud_watch_logging_option_id @cloud_watch_logging_option_id end |
#log_stream_arn_update ⇒ ::String
Returns the value of attribute log_stream_arn_update.
346 347 348 |
# File 'sig/types.rbs', line 346 def log_stream_arn_update @log_stream_arn_update end |