Class: Aws::Types::UpdateExperimentTemplateReportConfigurationInput

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.



776
777
778
# File 'sig/types.rbs', line 776

def data_sources
  @data_sources
end

#outputsTypes::ExperimentTemplateReportConfigurationOutputsInput

Returns the value of attribute outputs.



775
776
777
# File 'sig/types.rbs', line 775

def outputs
  @outputs
end

#post_experiment_duration::String

Returns the value of attribute post_experiment_duration.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def post_experiment_duration
  @post_experiment_duration
end

#pre_experiment_duration::String

Returns the value of attribute pre_experiment_duration.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def pre_experiment_duration
  @pre_experiment_duration
end