Class: Aws::Types::CloudWatchLoggingOptionDescription
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLoggingOptionDescription
- 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 ⇒ ::String
Returns the value of attribute log_stream_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#cloud_watch_logging_option_id ⇒ ::String
Returns the value of attribute cloud_watch_logging_option_id.
338 339 340 |
# File 'sig/types.rbs', line 338 def cloud_watch_logging_option_id @cloud_watch_logging_option_id end |
#log_stream_arn ⇒ ::String
Returns the value of attribute log_stream_arn.
339 340 341 |
# File 'sig/types.rbs', line 339 def log_stream_arn @log_stream_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
340 341 342 |
# File 'sig/types.rbs', line 340 def role_arn @role_arn end |