Class: Aws::Types::Experiment
- Inherits:
-
Object
- Object
- Aws::Types::Experiment
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
5896 5897 5898 |
# File 'sig/types.rbs', line 5896 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5895 5896 5897 |
# File 'sig/types.rbs', line 5895 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
5894 5895 5896 |
# File 'sig/types.rbs', line 5894 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
5892 5893 5894 |
# File 'sig/types.rbs', line 5892 def display_name @display_name end |
#experiment_arn ⇒ ::String
Returns the value of attribute experiment_arn.
5891 5892 5893 |
# File 'sig/types.rbs', line 5891 def experiment_arn @experiment_arn end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
5890 5891 5892 |
# File 'sig/types.rbs', line 5890 def experiment_name @experiment_name end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
5898 5899 5900 |
# File 'sig/types.rbs', line 5898 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5897 5898 5899 |
# File 'sig/types.rbs', line 5897 def last_modified_time @last_modified_time end |
#source ⇒ Types::ExperimentSource
Returns the value of attribute source.
5893 5894 5895 |
# File 'sig/types.rbs', line 5893 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
5899 5900 5901 |
# File 'sig/types.rbs', line 5899 def @tags end |