Class: Aws::Types::TrialComponentSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrialComponentSummary
- 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.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#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.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
-
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
-
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
-
#trial_component_source ⇒ Types::TrialComponentSource
Returns the value of attribute trial_component_source.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
11792 11793 11794 |
# File 'sig/types.rbs', line 11792 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11791 11792 11793 |
# File 'sig/types.rbs', line 11791 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
11786 11787 11788 |
# File 'sig/types.rbs', line 11786 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
11790 11791 11792 |
# File 'sig/types.rbs', line 11790 def end_time @end_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
11794 11795 11796 |
# File 'sig/types.rbs', line 11794 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11793 11794 11795 |
# File 'sig/types.rbs', line 11793 def last_modified_time @last_modified_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
11789 11790 11791 |
# File 'sig/types.rbs', line 11789 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
11788 11789 11790 |
# File 'sig/types.rbs', line 11788 def status @status end |
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
11785 11786 11787 |
# File 'sig/types.rbs', line 11785 def trial_component_arn @trial_component_arn end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
11784 11785 11786 |
# File 'sig/types.rbs', line 11784 def trial_component_name @trial_component_name end |
#trial_component_source ⇒ Types::TrialComponentSource
Returns the value of attribute trial_component_source.
11787 11788 11789 |
# File 'sig/types.rbs', line 11787 def trial_component_source @trial_component_source end |