Class: Aws::FIS::Types::ExperimentTemplateReportConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateReportConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the experiment report configuration. For more information, see [Experiment report configurations for AWS FIS].
[1]: docs.aws.amazon.com/fis/latest/userguide/experiment-report-configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_sources ⇒ Types::ExperimentTemplateReportConfigurationDataSources
The data sources for the experiment report.
-
#outputs ⇒ Types::ExperimentTemplateReportConfigurationOutputs
Describes the output destinations of the experiment report.
-
#post_experiment_duration ⇒ String
The duration after the experiment end time for the data sources to include in the report.
-
#pre_experiment_duration ⇒ String
The duration before the experiment start time for the data sources to include in the report.
Instance Attribute Details
#data_sources ⇒ Types::ExperimentTemplateReportConfigurationDataSources
The data sources for the experiment report.
1384 1385 1386 1387 1388 1389 1390 1391 |
# File '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 |
#outputs ⇒ Types::ExperimentTemplateReportConfigurationOutputs
Describes the output destinations of the experiment report.
1384 1385 1386 1387 1388 1389 1390 1391 |
# File '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_duration ⇒ String
The duration after the experiment end time for the data sources to include in the report.
1384 1385 1386 1387 1388 1389 1390 1391 |
# File '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_duration ⇒ String
The duration before the experiment start time for the data sources to include in the report.
1384 1385 1386 1387 1388 1389 1390 1391 |
# File '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 |