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.
423 424 425 |
# File 'sig/types.rbs', line 423 def details @details end |
#experiment_arn ⇒ ::String
Returns the value of attribute experiment_arn.
422 423 424 |
# File 'sig/types.rbs', line 422 def experiment_arn @experiment_arn end |