Class: Aws::SimSpaceWeaver::Types::LoggingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destinationsArray<Types::LogDestination>

A list of the locations where SimSpace Weaver sends simulation log data.

Returns:



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