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
Note:
When making an API call, you may pass LoggingConfig data as a hash:
{
record_all_ros_topics: false,
}
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.
4680 4681 4682 4683 4684 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4680 class LoggingConfig < Struct.new( :record_all_ros_topics) SENSITIVE = [] include Aws::Structure end |