Class: Aws::Types::UpdateExperimentTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExperimentTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Hash[::String, Types::UpdateExperimentTemplateActionInputItem]
Returns the value of attribute actions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#experiment_options ⇒ Types::UpdateExperimentTemplateExperimentOptionsInput
Returns the value of attribute experiment_options.
-
#experiment_report_configuration ⇒ Types::UpdateExperimentTemplateReportConfigurationInput
Returns the value of attribute experiment_report_configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#log_configuration ⇒ Types::UpdateExperimentTemplateLogConfigurationInput
Returns the value of attribute log_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stop_conditions ⇒ ::Array[Types::UpdateExperimentTemplateStopConditionInput]
Returns the value of attribute stop_conditions.
-
#targets ⇒ ::Hash[::String, Types::UpdateExperimentTemplateTargetInput]
Returns the value of attribute targets.
Instance Attribute Details
#actions ⇒ ::Hash[::String, Types::UpdateExperimentTemplateActionInputItem]
Returns the value of attribute actions.
787 788 789 |
# File 'sig/types.rbs', line 787 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
784 785 786 |
# File 'sig/types.rbs', line 784 def description @description end |
#experiment_options ⇒ Types::UpdateExperimentTemplateExperimentOptionsInput
Returns the value of attribute experiment_options.
790 791 792 |
# File 'sig/types.rbs', line 790 def end |
#experiment_report_configuration ⇒ Types::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.
783 784 785 |
# File 'sig/types.rbs', line 783 def id @id end |
#log_configuration ⇒ Types::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.
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.
786 787 788 |
# File 'sig/types.rbs', line 786 def targets @targets end |