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", ...
2300 |
# File 'sig/client.rbs', line 2300
def default_log_level: () -> ("DEBUG" | "INFO" | "ERROR" | "WARN" | "DISABLED")
|
#disable_all_logs ⇒ Boolean
2301 |
# File 'sig/client.rbs', line 2301
def disable_all_logs: () -> bool
|
#event_configurations ⇒ ::Array[Types::LogEventConfiguration]
2302 |
# File 'sig/client.rbs', line 2302
def event_configurations: () -> ::Array[Types::LogEventConfiguration]
|
#role_arn ⇒ ::String
2299 |
# File 'sig/client.rbs', line 2299
def role_arn: () -> ::String
|