Class: Aws::Types::ExperimentTemplateReportConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourcesTypes::ExperimentTemplateReportConfigurationDataSources

Returns the value of attribute data_sources.



376
377
378
# File 'sig/types.rbs', line 376

def data_sources
  @data_sources
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def pre_experiment_duration
  @pre_experiment_duration
end