Class: Aws::Types::UpdateExperimentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExperimentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
12160 12161 12162 |
# File 'sig/types.rbs', line 12160 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
12159 12160 12161 |
# File 'sig/types.rbs', line 12159 def display_name @display_name end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
12158 12159 12160 |
# File 'sig/types.rbs', line 12158 def experiment_name @experiment_name end |