Class: Aws::Types::GetV2LoggingOptionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetV2LoggingOptionsResponse
- 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.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def default_log_level @default_log_level end |
#disable_all_logs ⇒ Boolean
Returns the value of attribute disable_all_logs.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def disable_all_logs @disable_all_logs end |
#event_configurations ⇒ ::Array[Types::LogEventConfiguration]
Returns the value of attribute event_configurations.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def event_configurations @event_configurations end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def role_arn @role_arn end |