Class: Aws::Types::CloudWatchLoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#log_group ⇒ ::String
Returns the value of attribute log_group.
-
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
-
#log_types ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute log_types.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
143 144 145 |
# File 'sig/types.rbs', line 143 def enabled @enabled end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
144 145 146 |
# File 'sig/types.rbs', line 144 def log_group @log_group end |
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
145 146 147 |
# File 'sig/types.rbs', line 145 def log_stream_name_prefix @log_stream_name_prefix end |
#log_types ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute log_types.
146 147 148 |
# File 'sig/types.rbs', line 146 def log_types @log_types end |