Class: Aws::Types::CloudWatchLogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#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.
153 154 155 |
# File 'sig/types.rbs', line 153 def enabled @enabled end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
156 157 158 |
# File 'sig/types.rbs', line 156 def encryption_key_arn @encryption_key_arn end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
154 155 156 |
# File 'sig/types.rbs', line 154 def log_group_name @log_group_name end |
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
155 156 157 |
# File 'sig/types.rbs', line 155 def log_stream_name_prefix @log_stream_name_prefix end |
#log_types ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute log_types.
157 158 159 |
# File 'sig/types.rbs', line 157 def log_types @log_types end |