Class: Aws::FIS::Types::ExperimentTemplateReportConfiguration

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

Overview

Describes the experiment report configuration. For more information, see Experiment report configurations for AWS FIS.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesTypes::ExperimentTemplateReportConfigurationDataSources

The data sources for the experiment report.



1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1384

class ExperimentTemplateReportConfiguration < Struct.new(
  :outputs,
  :data_sources,
  :pre_experiment_duration,
  :post_experiment_duration)
  SENSITIVE = []
  include Aws::Structure
end

#outputsTypes::ExperimentTemplateReportConfigurationOutputs

Describes the output destinations of the experiment report.



1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1384

class ExperimentTemplateReportConfiguration < Struct.new(
  :outputs,
  :data_sources,
  :pre_experiment_duration,
  :post_experiment_duration)
  SENSITIVE = []
  include Aws::Structure
end

#post_experiment_durationString

The duration after the experiment end time for the data sources to include in the report.

Returns:

  • (String)


1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1384

class ExperimentTemplateReportConfiguration < Struct.new(
  :outputs,
  :data_sources,
  :pre_experiment_duration,
  :post_experiment_duration)
  SENSITIVE = []
  include Aws::Structure
end

#pre_experiment_durationString

The duration before the experiment start time for the data sources to include in the report.

Returns:

  • (String)


1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1384

class ExperimentTemplateReportConfiguration < Struct.new(
  :outputs,
  :data_sources,
  :pre_experiment_duration,
  :post_experiment_duration)
  SENSITIVE = []
  include Aws::Structure
end