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.
4888 4889 4890 4891 4892 4893 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4888 class UpdateEventLogConfigurationRequest < Struct.new( :id, :event_log_level) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The log configuration id.
4888 4889 4890 4891 4892 4893 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4888 class UpdateEventLogConfigurationRequest < Struct.new( :id, :event_log_level) SENSITIVE = [] include Aws::Structure end |