Class: Aws::Types::AssociateTrialComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateTrialComponentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
-
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
Instance Attribute Details
#trial_component_name ⇒ ::String
Returns the value of attribute trial_component_name.
486 487 488 |
# File 'sig/types.rbs', line 486 def trial_component_name @trial_component_name end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
487 488 489 |
# File 'sig/types.rbs', line 487 def trial_name @trial_name end |