Class: Aws::Types::ExperimentTemplate
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Hash[::String, Types::ExperimentTemplateAction]
Returns the value of attribute actions.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#experiment_options ⇒ Types::ExperimentTemplateExperimentOptions
Returns the value of attribute experiment_options.
-
#experiment_report_configuration ⇒ Types::ExperimentTemplateReportConfiguration
Returns the value of attribute experiment_report_configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#log_configuration ⇒ Types::ExperimentTemplateLogConfiguration
Returns the value of attribute log_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stop_conditions ⇒ ::Array[Types::ExperimentTemplateStopCondition]
Returns the value of attribute stop_conditions.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_account_configurations_count ⇒ ::Integer
Returns the value of attribute target_account_configurations_count.
-
#targets ⇒ ::Hash[::String, Types::ExperimentTemplateTarget]
Returns the value of attribute targets.
Instance Attribute Details
#actions ⇒ ::Hash[::String, Types::ExperimentTemplateAction]
Returns the value of attribute actions.
329 330 331 |
# File 'sig/types.rbs', line 329 def actions @actions end |
#arn ⇒ ::String
Returns the value of attribute arn.
326 327 328 |
# File 'sig/types.rbs', line 326 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
331 332 333 |
# File 'sig/types.rbs', line 331 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
327 328 329 |
# File 'sig/types.rbs', line 327 def description @description end |
#experiment_options ⇒ Types::ExperimentTemplateExperimentOptions
Returns the value of attribute experiment_options.
336 337 338 |
# File 'sig/types.rbs', line 336 def end |
#experiment_report_configuration ⇒ Types::ExperimentTemplateReportConfiguration
Returns the value of attribute experiment_report_configuration.
338 339 340 |
# File 'sig/types.rbs', line 338 def experiment_report_configuration @experiment_report_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
325 326 327 |
# File 'sig/types.rbs', line 325 def id @id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
332 333 334 |
# File 'sig/types.rbs', line 332 def last_update_time @last_update_time end |
#log_configuration ⇒ Types::ExperimentTemplateLogConfiguration
Returns the value of attribute log_configuration.
335 336 337 |
# File 'sig/types.rbs', line 335 def log_configuration @log_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
333 334 335 |
# File 'sig/types.rbs', line 333 def role_arn @role_arn end |
#stop_conditions ⇒ ::Array[Types::ExperimentTemplateStopCondition]
Returns the value of attribute stop_conditions.
330 331 332 |
# File 'sig/types.rbs', line 330 def stop_conditions @stop_conditions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
334 335 336 |
# File 'sig/types.rbs', line 334 def end |
#target_account_configurations_count ⇒ ::Integer
Returns the value of attribute target_account_configurations_count.
337 338 339 |
# File 'sig/types.rbs', line 337 def target_account_configurations_count @target_account_configurations_count end |
#targets ⇒ ::Hash[::String, Types::ExperimentTemplateTarget]
Returns the value of attribute targets.
328 329 330 |
# File 'sig/types.rbs', line 328 def targets @targets end |