Class: Aws::IoTManagedIntegrations::Types::CreateEventLogConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CreateEventLogConfigurationResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the event log configuration request.
Instance Attribute Details
#id ⇒ String
The identifier of the event log configuration request.
783 784 785 786 787 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 783 class CreateEventLogConfigurationResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |