Class: Aws::IoTManagedIntegrations::Types::UpdateEventLogConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::UpdateEventLogConfigurationRequest
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_log_level ⇒ String
The log level for the event in terms of severity.
-
#id ⇒ String
The log configuration id.
Instance Attribute Details
#event_log_level ⇒ String
The log level for the event in terms of severity.
4912 4913 4914 4915 4916 4917 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4912 class UpdateEventLogConfigurationRequest < Struct.new( :id, :event_log_level) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The log configuration id.
4912 4913 4914 4915 4916 4917 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4912 class UpdateEventLogConfigurationRequest < Struct.new( :id, :event_log_level) SENSITIVE = [] include Aws::Structure end |