Class: Aws::IoTManagedIntegrations::Types::DeleteEventLogConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::DeleteEventLogConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the event log configuration.
Instance Attribute Details
#id ⇒ String
The identifier of the event log configuration.
1217 1218 1219 1220 1221 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 1217 class DeleteEventLogConfigurationRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |