Class: Aws::Types::TrialComponentSimpleSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrialComponentSimpleSummary
- 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.
-
#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.
11736 11737 11738 |
# File 'sig/types.rbs', line 11736 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11735 11736 11737 |
# File 'sig/types.rbs', line 11735 def creation_time @creation_time end |
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
11733 11734 11735 |
# File 'sig/types.rbs', line 11733 def trial_component_arn @trial_component_arn end |
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
11732 11733 11734 |
# File 'sig/types.rbs', line 11732 def trial_component_name @trial_component_name end |
#trial_component_source ⇒ Types::TrialComponentSource
Returns the value of attribute trial_component_source.
11734 11735 11736 |
# File 'sig/types.rbs', line 11734 def trial_component_source @trial_component_source end |