Class: Aws::Types::ExperimentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#experiment_options ⇒ Types::ExperimentOptions
Returns the value of attribute experiment_options.
-
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#state ⇒ Types::ExperimentState
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
285 286 287 |
# File 'sig/types.rbs', line 285 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
288 289 290 |
# File 'sig/types.rbs', line 288 def creation_time @creation_time end |
#experiment_options ⇒ Types::ExperimentOptions
Returns the value of attribute experiment_options.
290 291 292 |
# File 'sig/types.rbs', line 290 def @experiment_options end |
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def experiment_template_id @experiment_template_id end |
#id ⇒ ::String
Returns the value of attribute id.
284 285 286 |
# File 'sig/types.rbs', line 284 def id @id end |
#state ⇒ Types::ExperimentState
Returns the value of attribute state.
287 288 289 |
# File 'sig/types.rbs', line 287 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
289 290 291 |
# File 'sig/types.rbs', line 289 def @tags end |