Class: Aws::Types::CreateExperimentTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExperimentTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Hash[::String, Types::CreateExperimentTemplateActionInput]
Returns the value of attribute actions.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#experiment_options ⇒ Types::CreateExperimentTemplateExperimentOptionsInput
Returns the value of attribute experiment_options.
-
#experiment_report_configuration ⇒ Types::CreateExperimentTemplateReportConfigurationInput
Returns the value of attribute experiment_report_configuration.
-
#log_configuration ⇒ Types::CreateExperimentTemplateLogConfigurationInput
Returns the value of attribute log_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stop_conditions ⇒ ::Array[Types::CreateExperimentTemplateStopConditionInput]
Returns the value of attribute stop_conditions.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#targets ⇒ ::Hash[::String, Types::CreateExperimentTemplateTargetInput]
Returns the value of attribute targets.
Instance Attribute Details
#actions ⇒ ::Hash[::String, Types::CreateExperimentTemplateActionInput]
Returns the value of attribute actions.
81 82 83 |
# File 'sig/types.rbs', line 81 def actions @actions end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
77 78 79 |
# File 'sig/types.rbs', line 77 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
78 79 80 |
# File 'sig/types.rbs', line 78 def description @description end |
#experiment_options ⇒ Types::CreateExperimentTemplateExperimentOptionsInput
Returns the value of attribute experiment_options.
85 86 87 |
# File 'sig/types.rbs', line 85 def @experiment_options end |
#experiment_report_configuration ⇒ Types::CreateExperimentTemplateReportConfigurationInput
Returns the value of attribute experiment_report_configuration.
86 87 88 |
# File 'sig/types.rbs', line 86 def experiment_report_configuration @experiment_report_configuration end |
#log_configuration ⇒ Types::CreateExperimentTemplateLogConfigurationInput
Returns the value of attribute log_configuration.
84 85 86 |
# File 'sig/types.rbs', line 84 def log_configuration @log_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
82 83 84 |
# File 'sig/types.rbs', line 82 def role_arn @role_arn end |
#stop_conditions ⇒ ::Array[Types::CreateExperimentTemplateStopConditionInput]
Returns the value of attribute stop_conditions.
79 80 81 |
# File 'sig/types.rbs', line 79 def stop_conditions @stop_conditions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
83 84 85 |
# File 'sig/types.rbs', line 83 def @tags end |
#targets ⇒ ::Hash[::String, Types::CreateExperimentTemplateTargetInput]
Returns the value of attribute targets.
80 81 82 |
# File 'sig/types.rbs', line 80 def targets @targets end |