Class: Aws::Types::TrialSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrialSummary
- 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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
-
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
-
#trial_source ⇒ Types::TrialSource
Returns the value of attribute trial_source.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11786 11787 11788 |
# File 'sig/types.rbs', line 11786 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
11784 11785 11786 |
# File 'sig/types.rbs', line 11784 def display_name @display_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11787 11788 11789 |
# File 'sig/types.rbs', line 11787 def last_modified_time @last_modified_time end |
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
11782 11783 11784 |
# File 'sig/types.rbs', line 11782 def trial_arn @trial_arn end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
11783 11784 11785 |
# File 'sig/types.rbs', line 11783 def trial_name @trial_name end |
#trial_source ⇒ Types::TrialSource
Returns the value of attribute trial_source.
11785 11786 11787 |
# File 'sig/types.rbs', line 11785 def trial_source @trial_source end |