Class: Aws::Types::CreateExperimentTemplateReportConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateExperimentTemplateReportConfigurationInput
- 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.
70 71 72 |
# File 'sig/types.rbs', line 70 def data_sources @data_sources end |
#outputs ⇒ Types::ExperimentTemplateReportConfigurationOutputsInput
Returns the value of attribute outputs.
69 70 71 |
# File 'sig/types.rbs', line 69 def outputs @outputs end |
#post_experiment_duration ⇒ ::String
Returns the value of attribute post_experiment_duration.
72 73 74 |
# File 'sig/types.rbs', line 72 def post_experiment_duration @post_experiment_duration end |
#pre_experiment_duration ⇒ ::String
Returns the value of attribute pre_experiment_duration.
71 72 73 |
# File 'sig/types.rbs', line 71 def pre_experiment_duration @pre_experiment_duration end |