Class: Aws::FIS::Types::CreateExperimentTemplateReportConfigurationInput

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

Overview

Specifies the configuration for experiment reports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesTypes::ExperimentTemplateReportConfigurationDataSourcesInput

The data sources for the experiment report.



246
247
248
249
250
251
252
253
# File 'lib/aws-sdk-fis/types.rb', line 246

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

#outputsTypes::ExperimentTemplateReportConfigurationOutputsInput

The output destinations of the experiment report.



246
247
248
249
250
251
252
253
# File 'lib/aws-sdk-fis/types.rb', line 246

class CreateExperimentTemplateReportConfigurationInput < 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)


246
247
248
249
250
251
252
253
# File 'lib/aws-sdk-fis/types.rb', line 246

class CreateExperimentTemplateReportConfigurationInput < 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)


246
247
248
249
250
251
252
253
# File 'lib/aws-sdk-fis/types.rb', line 246

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