Class: Aws::Types::CreateExperimentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExperimentRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def display_name @display_name end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def experiment_name @experiment_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def @tags end |