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.
-
#role_arn_update ⇒ ::String
Returns the value of attribute role_arn_update.
Instance Attribute Details
#cloud_watch_logging_option_id ⇒ ::String
Returns the value of attribute cloud_watch_logging_option_id.
114 115 116 |
# File 'sig/types.rbs', line 114 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.
115 116 117 |
# File 'sig/types.rbs', line 115 def log_stream_arn_update @log_stream_arn_update end |
#role_arn_update ⇒ ::String
Returns the value of attribute role_arn_update.
116 117 118 |
# File 'sig/types.rbs', line 116 def role_arn_update @role_arn_update end |