Class: Aws::Types::UpdateExperimentTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Hash[::String, Types::UpdateExperimentTemplateActionInputItem]

Returns the value of attribute actions.

Returns:



787
788
789
# File 'sig/types.rbs', line 787

def actions
  @actions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def description
  @description
end

#experiment_optionsTypes::UpdateExperimentTemplateExperimentOptionsInput

Returns the value of attribute experiment_options.



790
791
792
# File 'sig/types.rbs', line 790

def experiment_options
  @experiment_options
end

#experiment_report_configurationTypes::UpdateExperimentTemplateReportConfigurationInput

Returns the value of attribute experiment_report_configuration.



791
792
793
# File 'sig/types.rbs', line 791

def experiment_report_configuration
  @experiment_report_configuration
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def id
  @id
end

#log_configurationTypes::UpdateExperimentTemplateLogConfigurationInput

Returns the value of attribute log_configuration.



789
790
791
# File 'sig/types.rbs', line 789

def log_configuration
  @log_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def role_arn
  @role_arn
end

#stop_conditions::Array[Types::UpdateExperimentTemplateStopConditionInput]

Returns the value of attribute stop_conditions.



785
786
787
# File 'sig/types.rbs', line 785

def stop_conditions
  @stop_conditions
end

#targets::Hash[::String, Types::UpdateExperimentTemplateTargetInput]

Returns the value of attribute targets.

Returns:



786
787
788
# File 'sig/types.rbs', line 786

def targets
  @targets
end