Class: Aws::Types::AICloudWatchLogs
- Inherits:
-
Object
- Object
- Aws::Types::AICloudWatchLogs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
Instance Attribute Details
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
95 96 97 |
# File 'sig/types.rbs', line 95 def log_group_arn @log_group_arn end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
96 97 98 |
# File 'sig/types.rbs', line 96 def log_stream_name @log_stream_name end |