Class: Aws::Types::ExperimentTemplateReportConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTemplateReportConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sources ⇒ Types::ExperimentTemplateReportConfigurationDataSources
Returns the value of attribute data_sources.
-
#outputs ⇒ Types::ExperimentTemplateReportConfigurationOutputs
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::ExperimentTemplateReportConfigurationDataSources
Returns the value of attribute data_sources.
376 377 378 |
# File 'sig/types.rbs', line 376 def data_sources @data_sources end |
#outputs ⇒ Types::ExperimentTemplateReportConfigurationOutputs
Returns the value of attribute outputs.
375 376 377 |
# File 'sig/types.rbs', line 375 def outputs @outputs end |
#post_experiment_duration ⇒ ::String
Returns the value of attribute post_experiment_duration.
378 379 380 |
# File 'sig/types.rbs', line 378 def post_experiment_duration @post_experiment_duration end |
#pre_experiment_duration ⇒ ::String
Returns the value of attribute pre_experiment_duration.
377 378 379 |
# File 'sig/types.rbs', line 377 def pre_experiment_duration @pre_experiment_duration end |