Class: Aws::RoboMaker::Types::LoggingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::LoggingConfig
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
The logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record_all_ros_topics ⇒ Boolean
A boolean indicating whether to record all ROS topics.
Instance Attribute Details
#record_all_ros_topics ⇒ Boolean
A boolean indicating whether to record all ROS topics.
This API is no longer supported and will throw an error if used.
3909 3910 3911 3912 3913 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3909 class LoggingConfig < Struct.new( :record_all_ros_topics) SENSITIVE = [] include Aws::Structure end |