Class: Aws::Types::Experiment
- Inherits:
-
Object
- Object
- Aws::Types::Experiment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Hash[::String, Types::ExperimentAction]
Returns the value of attribute actions.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#experiment_options ⇒ Types::ExperimentOptions
Returns the value of attribute experiment_options.
-
#experiment_report ⇒ Types::ExperimentReport
Returns the value of attribute experiment_report.
-
#experiment_report_configuration ⇒ Types::ExperimentReportConfiguration
Returns the value of attribute experiment_report_configuration.
-
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#log_configuration ⇒ Types::ExperimentLogConfiguration
Returns the value of attribute log_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ Types::ExperimentState
Returns the value of attribute state.
-
#stop_conditions ⇒ ::Array[Types::ExperimentStopCondition]
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::ExperimentTarget]
Returns the value of attribute targets.
Instance Attribute Details
#actions ⇒ ::Hash[::String, Types::ExperimentAction]
Returns the value of attribute actions.
153 154 155 |
# File 'sig/types.rbs', line 153 def actions @actions end |
#arn ⇒ ::String
Returns the value of attribute arn.
148 149 150 |
# File 'sig/types.rbs', line 148 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
155 156 157 |
# File 'sig/types.rbs', line 155 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
157 158 159 |
# File 'sig/types.rbs', line 157 def end_time @end_time end |
#experiment_options ⇒ Types::ExperimentOptions
Returns the value of attribute experiment_options.
160 161 162 |
# File 'sig/types.rbs', line 160 def @experiment_options end |
#experiment_report ⇒ Types::ExperimentReport
Returns the value of attribute experiment_report.
163 164 165 |
# File 'sig/types.rbs', line 163 def experiment_report @experiment_report end |
#experiment_report_configuration ⇒ Types::ExperimentReportConfiguration
Returns the value of attribute experiment_report_configuration.
162 163 164 |
# File 'sig/types.rbs', line 162 def experiment_report_configuration @experiment_report_configuration end |
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def experiment_template_id @experiment_template_id end |
#id ⇒ ::String
Returns the value of attribute id.
147 148 149 |
# File 'sig/types.rbs', line 147 def id @id end |
#log_configuration ⇒ Types::ExperimentLogConfiguration
Returns the value of attribute log_configuration.
159 160 161 |
# File 'sig/types.rbs', line 159 def log_configuration @log_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
150 151 152 |
# File 'sig/types.rbs', line 150 def role_arn @role_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
156 157 158 |
# File 'sig/types.rbs', line 156 def start_time @start_time end |
#state ⇒ Types::ExperimentState
Returns the value of attribute state.
151 152 153 |
# File 'sig/types.rbs', line 151 def state @state end |
#stop_conditions ⇒ ::Array[Types::ExperimentStopCondition]
Returns the value of attribute stop_conditions.
154 155 156 |
# File 'sig/types.rbs', line 154 def stop_conditions @stop_conditions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
158 159 160 |
# File 'sig/types.rbs', line 158 def @tags end |
#target_account_configurations_count ⇒ ::Integer
Returns the value of attribute target_account_configurations_count.
161 162 163 |
# File 'sig/types.rbs', line 161 def target_account_configurations_count @target_account_configurations_count end |
#targets ⇒ ::Hash[::String, Types::ExperimentTarget]
Returns the value of attribute targets.
152 153 154 |
# File 'sig/types.rbs', line 152 def targets @targets end |