Class: Aws::Types::StartExperimentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartExperimentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#experiment_options ⇒ Types::StartExperimentExperimentOptionsInput
Returns the value of attribute experiment_options.
-
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
680 681 682 |
# File 'sig/types.rbs', line 680 def client_token @client_token end |
#experiment_options ⇒ Types::StartExperimentExperimentOptionsInput
Returns the value of attribute experiment_options.
682 683 684 |
# File 'sig/types.rbs', line 682 def @experiment_options end |
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
681 682 683 |
# File 'sig/types.rbs', line 681 def experiment_template_id @experiment_template_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
683 684 685 |
# File 'sig/types.rbs', line 683 def @tags end |