Class: Aws::FIS::Types::UpdateExperimentTemplateReportConfigurationInput

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

Overview

Specifies the input for the experiment report configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesTypes::ExperimentTemplateReportConfigurationDataSourcesInput

The data sources for the experiment report.



2612
2613
2614
2615
2616
2617
2618
2619
# File 'lib/aws-sdk-fis/types.rb', line 2612

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

#outputsTypes::ExperimentTemplateReportConfigurationOutputsInput

Describes the output destinations of the experiment report.



2612
2613
2614
2615
2616
2617
2618
2619
# File 'lib/aws-sdk-fis/types.rb', line 2612

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


2612
2613
2614
2615
2616
2617
2618
2619
# File 'lib/aws-sdk-fis/types.rb', line 2612

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


2612
2613
2614
2615
2616
2617
2618
2619
# File 'lib/aws-sdk-fis/types.rb', line 2612

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