Class: Aws::Types::DisassociateTrialComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateTrialComponentResponse
- 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.
5488 5489 5490 |
# File 'sig/types.rbs', line 5488 def trial_arn @trial_arn end |
#trial_component_arn ⇒ ::String
Returns the value of attribute trial_component_arn.
5487 5488 5489 |
# File 'sig/types.rbs', line 5487 def trial_component_arn @trial_component_arn end |