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.
5054 5055 5056 5057 5058 5059 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 5054 class UpdateEventLogConfigurationRequest < Struct.new( :id, :event_log_level) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The log configuration id.
5054 5055 5056 5057 5058 5059 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 5054 class UpdateEventLogConfigurationRequest < Struct.new( :id, :event_log_level) SENSITIVE = [] include Aws::Structure end |