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.
-
#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.
79 80 81 |
# File 'sig/types.rbs', line 79 def enabled @enabled end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
82 83 84 |
# File 'sig/types.rbs', line 82 def encryption_key_arn @encryption_key_arn end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
80 81 82 |
# File 'sig/types.rbs', line 80 def log_group_name @log_group_name end |
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
81 82 83 |
# File 'sig/types.rbs', line 81 def log_stream_name_prefix @log_stream_name_prefix end |
#log_types ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute log_types.
83 84 85 |
# File 'sig/types.rbs', line 83 def log_types @log_types end |