Class: Aws::SimSpaceWeaver::Types::LogDestination

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-simspaceweaver/types.rb

Overview

The location where SimSpace Weaver sends simulation log data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_groupTypes::CloudWatchLogsLogGroup

An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log groups, see [Working with log groups and log streams] in the *Amazon CloudWatch Logs User Guide*.

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html



581
582
583
584
585
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 581

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