Class: Aws::IoTManagedIntegrations::Types::PutRuntimeLogConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::PutRuntimeLogConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_thing_id ⇒ String
The id for a managed thing.
-
#runtime_log_configurations ⇒ Types::RuntimeLogConfigurations
The runtime log configuration for a managed thing.
Instance Attribute Details
#managed_thing_id ⇒ String
The id for a managed thing.
4245 4246 4247 4248 4249 4250 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4245 class PutRuntimeLogConfigurationRequest < Struct.new( :managed_thing_id, :runtime_log_configurations) SENSITIVE = [] include Aws::Structure end |
#runtime_log_configurations ⇒ Types::RuntimeLogConfigurations
The runtime log configuration for a managed thing.
4245 4246 4247 4248 4249 4250 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4245 class PutRuntimeLogConfigurationRequest < Struct.new( :managed_thing_id, :runtime_log_configurations) SENSITIVE = [] include Aws::Structure end |