Class: Aws::Types::SetV2LoggingOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetV2LoggingOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_log_level ⇒ "DEBUG", ...
Returns the value of attribute default_log_level.
-
#disable_all_logs ⇒ Boolean
Returns the value of attribute disable_all_logs.
-
#event_configurations ⇒ ::Array[Types::LogEventConfiguration]
Returns the value of attribute event_configurations.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#default_log_level ⇒ "DEBUG", ...
Returns the value of attribute default_log_level.
4500 4501 4502 |
# File 'sig/types.rbs', line 4500 def default_log_level @default_log_level end |
#disable_all_logs ⇒ Boolean
Returns the value of attribute disable_all_logs.
4501 4502 4503 |
# File 'sig/types.rbs', line 4501 def disable_all_logs @disable_all_logs end |
#event_configurations ⇒ ::Array[Types::LogEventConfiguration]
Returns the value of attribute event_configurations.
4502 4503 4504 |
# File 'sig/types.rbs', line 4502 def event_configurations @event_configurations end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4499 4500 4501 |
# File 'sig/types.rbs', line 4499 def role_arn @role_arn end |