Class: Aws::Types::CapacityProviderLoggingConfig
- Inherits:
-
Object
- Object
- Aws::Types::CapacityProviderLoggingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group ⇒ ::String
Returns the value of attribute log_group.
-
#system_log_level ⇒ "DEBUG", ...
Returns the value of attribute system_log_level.
Instance Attribute Details
#log_group ⇒ ::String
Returns the value of attribute log_group.
164 165 166 |
# File 'sig/types.rbs', line 164 def log_group @log_group end |
#system_log_level ⇒ "DEBUG", ...
Returns the value of attribute system_log_level.
163 164 165 |
# File 'sig/types.rbs', line 163 def system_log_level @system_log_level end |