Class: Aws::Types::ExperimentDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#experiment_arn ⇒ ::String
Returns the value of attribute experiment_arn.
Instance Attribute Details
#details ⇒ ::String
Returns the value of attribute details.
444 445 446 |
# File 'sig/types.rbs', line 444 def details @details end |
#experiment_arn ⇒ ::String
Returns the value of attribute experiment_arn.
443 444 445 |
# File 'sig/types.rbs', line 443 def experiment_arn @experiment_arn end |