Class: Aws::Types::StopExperimentRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopExperimentRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#deployment_parameters ⇒ Types::DeploymentParameters
Returns the value of attribute deployment_parameters.
-
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
-
#result ⇒ Types::ExperimentRunResult
Returns the value of attribute result.
-
#run ⇒ ::Integer
Returns the value of attribute run.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
825 826 827 |
# File 'sig/types.rbs', line 825 def application_identifier @application_identifier end |
#deployment_parameters ⇒ Types::DeploymentParameters
Returns the value of attribute deployment_parameters.
829 830 831 |
# File 'sig/types.rbs', line 829 def deployment_parameters @deployment_parameters end |
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
826 827 828 |
# File 'sig/types.rbs', line 826 def experiment_definition_identifier @experiment_definition_identifier end |
#result ⇒ Types::ExperimentRunResult
Returns the value of attribute result.
828 829 830 |
# File 'sig/types.rbs', line 828 def result @result end |
#run ⇒ ::Integer
Returns the value of attribute run.
827 828 829 |
# File 'sig/types.rbs', line 827 def run @run end |