Class: Aws::FIS::Types::ExperimentReportConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentReportConfiguration
- 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
-
#data_sources ⇒ Types::ExperimentReportConfigurationDataSources
The data sources for the experiment report.
-
#outputs ⇒ Types::ExperimentReportConfigurationOutputs
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::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 |
#outputs ⇒ Types::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_duration ⇒ String
The duration after the experiment end time for the data sources to include in the 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 |
#pre_experiment_duration ⇒ String
The duration before the experiment start time for the data sources to include in the 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 |