Class: Aws::Types::ExperimentReportConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentReportConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_sources ⇒ Types::ExperimentReportConfigurationDataSources
Returns the value of attribute data_sources.
-
#outputs ⇒ Types::ExperimentReportConfigurationOutputs
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::ExperimentReportConfigurationDataSources
Returns the value of attribute data_sources.
219 220 221 |
# File 'sig/types.rbs', line 219 def data_sources @data_sources end |
#outputs ⇒ Types::ExperimentReportConfigurationOutputs
Returns the value of attribute outputs.
218 219 220 |
# File 'sig/types.rbs', line 218 def outputs @outputs end |
#post_experiment_duration ⇒ ::String
Returns the value of attribute post_experiment_duration.
221 222 223 |
# File 'sig/types.rbs', line 221 def post_experiment_duration @post_experiment_duration end |
#pre_experiment_duration ⇒ ::String
Returns the value of attribute pre_experiment_duration.
220 221 222 |
# File 'sig/types.rbs', line 220 def pre_experiment_duration @pre_experiment_duration end |