Class: Aws::Types::ExperimentReportConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesTypes::ExperimentReportConfigurationDataSources

Returns the value of attribute data_sources.



219
220
221
# File 'sig/types.rbs', line 219

def data_sources
  @data_sources
end

#outputsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def pre_experiment_duration
  @pre_experiment_duration
end