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.
5358 5359 5360 |
# File 'sig/types.rbs', line 5358 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5357 5358 5359 |
# File 'sig/types.rbs', line 5357 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
5354 5355 5356 |
# File 'sig/types.rbs', line 5354 def display_name @display_name end |
#experiment_name ⇒ ::String
Returns the value of attribute experiment_name.
5355 5356 5357 |
# File 'sig/types.rbs', line 5355 def experiment_name @experiment_name end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
5360 5361 5362 |
# File 'sig/types.rbs', line 5360 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5359 5360 5361 |
# File 'sig/types.rbs', line 5359 def last_modified_time @last_modified_time end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
5361 5362 5363 |
# File 'sig/types.rbs', line 5361 def @metadata_properties end |
#source ⇒ Types::TrialSource
Returns the value of attribute source.
5356 5357 5358 |
# File 'sig/types.rbs', line 5356 def source @source end |
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
5353 5354 5355 |
# File 'sig/types.rbs', line 5353 def trial_arn @trial_arn end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
5352 5353 5354 |
# File 'sig/types.rbs', line 5352 def trial_name @trial_name end |