Class: Aws::FIS::Types::ExperimentCloudWatchLogsLogConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Describes the configuration for experiment logging to Amazon CloudWatch Logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_arnString

The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.

Returns:

  • (String)


644
645
646
647
648
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 644

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