Class: Aws::SimSpaceWeaver::Types::LoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::LoggingConfiguration
- Defined in:
- gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb
Overview
The logging configuration for a simulation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::LogDestination>
A list of the locations where SimSpace Weaver sends simulation log data.
Instance Attribute Details
#destinations ⇒ Array<Types::LogDestination>
A list of the locations where SimSpace Weaver sends simulation log data.
596 597 598 599 600 |
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 596 class LoggingConfiguration < Struct.new( :destinations) SENSITIVE = [] include Aws::Structure end |