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