Class: Aws::Types::DisassociateTrialComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateTrialComponentRequest
- 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.
5481 5482 5483 |
# File 'sig/types.rbs', line 5481 def trial_component_name @trial_component_name end |
#trial_name ⇒ ::String
Returns the value of attribute trial_name.
5482 5483 5484 |
# File 'sig/types.rbs', line 5482 def trial_name @trial_name end |