Class: Aws::FIS::Types::ExperimentReportConfiguration

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesTypes::ExperimentReportConfigurationDataSources

The data sources for the experiment report.



816
817
818
819
820
821
822
823
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 816

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

#outputsTypes::ExperimentReportConfigurationOutputs

The output destinations of the experiment report.



816
817
818
819
820
821
822
823
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 816

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


816
817
818
819
820
821
822
823
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 816

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


816
817
818
819
820
821
822
823
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 816

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