Module: Aws::IoT::Client::_GetV2LoggingOptionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetV2LoggingOptionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #default_log_level ⇒ "DEBUG", ...
- #disable_all_logs ⇒ Boolean
- #event_configurations ⇒ ::Array[Types::LogEventConfiguration]
- #role_arn ⇒ ::String
Instance Method Details
#default_log_level ⇒ "DEBUG", ...
2307 |
# File 'sig/client.rbs', line 2307
def default_log_level: () -> ("DEBUG" | "INFO" | "ERROR" | "WARN" | "DISABLED")
|
#disable_all_logs ⇒ Boolean
2308 |
# File 'sig/client.rbs', line 2308
def disable_all_logs: () -> bool
|
#event_configurations ⇒ ::Array[Types::LogEventConfiguration]
2309 |
# File 'sig/client.rbs', line 2309
def event_configurations: () -> ::Array[Types::LogEventConfiguration]
|
#role_arn ⇒ ::String
2306 |
# File 'sig/client.rbs', line 2306
def role_arn: () -> ::String
|