Class: Aws::Types::GetExperimentRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetExperimentRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
-
#run ⇒ ::Integer
Returns the value of attribute run.
Instance Attribute Details
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
594 595 596 |
# File 'sig/types.rbs', line 594 def application_identifier @application_identifier end |
#experiment_definition_identifier ⇒ ::String
Returns the value of attribute experiment_definition_identifier.
595 596 597 |
# File 'sig/types.rbs', line 595 def experiment_definition_identifier @experiment_definition_identifier end |
#run ⇒ ::Integer
Returns the value of attribute run.
596 597 598 |
# File 'sig/types.rbs', line 596 def run @run end |