Class: Aws::Types::ExperimentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#experiment_source ⇒ Types::ExperimentSource
Returns the value of attribute experiment_source.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5903 5904 5905 |
# File 'sig/types.rbs', line 5903 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
5901 5902 5903 |
# File 'sig/types.rbs', line 5901 def display_name @display_name end |
#experiment_arn ⇒ ::String
Returns the value of attribute experiment_arn.
5899 5900 5901 |
# File 'sig/types.rbs', line 5899 def experiment_arn @experiment_arn end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
5900 5901 5902 |
# File 'sig/types.rbs', line 5900 def experiment_name @experiment_name end |
#experiment_source ⇒ Types::ExperimentSource
Returns the value of attribute experiment_source.
5902 5903 5904 |
# File 'sig/types.rbs', line 5902 def experiment_source @experiment_source end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5904 5905 5906 |
# File 'sig/types.rbs', line 5904 def last_modified_time @last_modified_time end |