Class: Aws::Types::DescribeTrialResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrialResponse
- 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.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#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.
-
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
-
#source ⇒ Types::TrialSource
Returns the value of attribute source.
-
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
-
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
5339 5340 5341 |
# File 'sig/types.rbs', line 5339 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5338 5339 5340 |
# File 'sig/types.rbs', line 5338 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
5335 5336 5337 |
# File 'sig/types.rbs', line 5335 def display_name @display_name end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
5336 5337 5338 |
# File 'sig/types.rbs', line 5336 def experiment_name @experiment_name end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
5341 5342 5343 |
# File 'sig/types.rbs', line 5341 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5340 5341 5342 |
# File 'sig/types.rbs', line 5340 def last_modified_time @last_modified_time end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
5342 5343 5344 |
# File 'sig/types.rbs', line 5342 def @metadata_properties end |
#source ⇒ Types::TrialSource
Returns the value of attribute source.
5337 5338 5339 |
# File 'sig/types.rbs', line 5337 def source @source end |
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
5334 5335 5336 |
# File 'sig/types.rbs', line 5334 def trial_arn @trial_arn end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
5333 5334 5335 |
# File 'sig/types.rbs', line 5333 def trial_name @trial_name end |