Class: Aws::Types::DescribeExperimentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExperimentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#experiment_arn ⇒ ::String
Returns the value of attribute experiment_arn.
-
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#source ⇒ Types::ExperimentSource
Returns the value of attribute source.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4296 4297 4298 |
# File 'sig/types.rbs', line 4296 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4295 4296 4297 |
# File 'sig/types.rbs', line 4295 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
4294 4295 4296 |
# File 'sig/types.rbs', line 4294 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
4292 4293 4294 |
# File 'sig/types.rbs', line 4292 def display_name @display_name end |
#experiment_arn ⇒ ::String
Returns the value of attribute experiment_arn.
4291 4292 4293 |
# File 'sig/types.rbs', line 4291 def experiment_arn @experiment_arn end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
4290 4291 4292 |
# File 'sig/types.rbs', line 4290 def experiment_name @experiment_name end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4298 4299 4300 |
# File 'sig/types.rbs', line 4298 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4297 4298 4299 |
# File 'sig/types.rbs', line 4297 def last_modified_time @last_modified_time end |
#source ⇒ Types::ExperimentSource
Returns the value of attribute source.
4293 4294 4295 |
# File 'sig/types.rbs', line 4293 def source @source end |