Class: Aws::RoboMaker::Types::LoggingConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

The logging configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#record_all_ros_topicsBoolean

A boolean indicating whether to record all ROS topics.

This API is no longer supported and will throw an error if used.

Returns:

  • (Boolean)


3914
3915
3916
3917
3918
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3914

class LoggingConfig < Struct.new(
  :record_all_ros_topics)
  SENSITIVE = []
  include Aws::Structure
end