Class: Aws::IoTManagedIntegrations::Types::ResetRuntimeLogConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ResetRuntimeLogConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_thing_id ⇒ String
The id of a managed thing.
Instance Attribute Details
#managed_thing_id ⇒ String
The id of a managed thing.
4316 4317 4318 4319 4320 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4316 class ResetRuntimeLogConfigurationRequest < Struct.new( :managed_thing_id) SENSITIVE = [] include Aws::Structure end |