Class: Aws::Types::CreateExperimentTemplateReportConfigurationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesTypes::ExperimentTemplateReportConfigurationDataSourcesInput

Returns the value of attribute data_sources.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def data_sources
  @data_sources
end

#outputsTypes::ExperimentTemplateReportConfigurationOutputsInput

Returns the value of attribute outputs.

Returns:



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.

Returns:



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.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def pre_experiment_duration
  @pre_experiment_duration
end