Class: Aws::Types::ExperimentRunResult
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentRunResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#executive_summary ⇒ ::String
Returns the value of attribute executive_summary.
-
#reasons_not_to_launch ⇒ ::String
Returns the value of attribute reasons_not_to_launch.
-
#reasons_to_launch ⇒ ::String
Returns the value of attribute reasons_to_launch.
Instance Attribute Details
#executive_summary ⇒ ::String
Returns the value of attribute executive_summary.
471 472 473 |
# File 'sig/types.rbs', line 471 def executive_summary @executive_summary end |
#reasons_not_to_launch ⇒ ::String
Returns the value of attribute reasons_not_to_launch.
473 474 475 |
# File 'sig/types.rbs', line 473 def reasons_not_to_launch @reasons_not_to_launch end |
#reasons_to_launch ⇒ ::String
Returns the value of attribute reasons_to_launch.
472 473 474 |
# File 'sig/types.rbs', line 472 def reasons_to_launch @reasons_to_launch end |