Class: Aws::Types::AssociateTrialComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateTrialComponentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
-
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
Instance Attribute Details
#trial_arn ⇒ ::String
Returns the value of attribute trial_arn.
493 494 495 |
# File 'sig/types.rbs', line 493 def trial_arn @trial_arn end |
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
492 493 494 |
# File 'sig/types.rbs', line 492 def trial_component_arn @trial_component_arn end |