Class: Aws::IoTManagedIntegrations::Types::GetRuntimeLogConfigurationResponse

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)


2515
2516
2517
2518
2519
2520
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2515

class GetRuntimeLogConfigurationResponse < 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.



2515
2516
2517
2518
2519
2520
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2515

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