Class: Aws::Types::UpdateExperimentTemplateReportConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExperimentTemplateReportConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sources ⇒ Types::ExperimentTemplateReportConfigurationDataSourcesInput
Returns the value of attribute data_sources.
-
#outputs ⇒ Types::ExperimentTemplateReportConfigurationOutputsInput
Returns the value of attribute outputs.
-
#post_experiment_duration ⇒ ::String
Returns the value of attribute post_experiment_duration.
-
#pre_experiment_duration ⇒ ::String
Returns the value of attribute pre_experiment_duration.
Instance Attribute Details
#data_sources ⇒ Types::ExperimentTemplateReportConfigurationDataSourcesInput
Returns the value of attribute data_sources.
776 777 778 |
# File 'sig/types.rbs', line 776 def data_sources @data_sources end |
#outputs ⇒ Types::ExperimentTemplateReportConfigurationOutputsInput
Returns the value of attribute outputs.
775 776 777 |
# File 'sig/types.rbs', line 775 def outputs @outputs end |
#post_experiment_duration ⇒ ::String
Returns the value of attribute post_experiment_duration.
778 779 780 |
# File 'sig/types.rbs', line 778 def post_experiment_duration @post_experiment_duration end |
#pre_experiment_duration ⇒ ::String
Returns the value of attribute pre_experiment_duration.
777 778 779 |
# File 'sig/types.rbs', line 777 def pre_experiment_duration @pre_experiment_duration end |