Class: Aws::IoTManagedIntegrations::Types::PutRuntimeLogConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_thing_idString

The id for a managed thing.

Returns:

  • (String)


4118
4119
4120
4121
4122
4123
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4118

class PutRuntimeLogConfigurationRequest < Struct.new(
  :managed_thing_id,
  :runtime_log_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_log_configurationsTypes::RuntimeLogConfigurations

The runtime log configuration for a managed thing.



4118
4119
4120
4121
4122
4123
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4118

class PutRuntimeLogConfigurationRequest < Struct.new(
  :managed_thing_id,
  :runtime_log_configurations)
  SENSITIVE = []
  include Aws::Structure
end