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.
11769 11770 11771 |
# File 'sig/types.rbs', line 11769 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11768 11769 11770 |
# File 'sig/types.rbs', line 11768 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
11763 11764 11765 |
# File 'sig/types.rbs', line 11763 def display_name @display_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
11767 11768 11769 |
# File 'sig/types.rbs', line 11767 def end_time @end_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
11771 11772 11773 |
# File 'sig/types.rbs', line 11771 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11770 11771 11772 |
# File 'sig/types.rbs', line 11770 def last_modified_time @last_modified_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
11766 11767 11768 |
# File 'sig/types.rbs', line 11766 def start_time @start_time end |
#status ⇒ Types::TrialComponentStatus
Returns the value of attribute status.
11765 11766 11767 |
# File 'sig/types.rbs', line 11765 def status @status end |
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
11762 11763 11764 |
# File 'sig/types.rbs', line 11762 def trial_component_arn @trial_component_arn end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
11761 11762 11763 |
# File 'sig/types.rbs', line 11761 def trial_component_name @trial_component_name end |
#trial_component_source ⇒ Types::TrialComponentSource
Returns the value of attribute trial_component_source.
11764 11765 11766 |
# File 'sig/types.rbs', line 11764 def trial_component_source @trial_component_source end |