Class: Aws::Types::GetExperimentTargetAccountConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetExperimentTargetAccountConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#experiment_id ⇒ ::String
Returns the value of attribute experiment_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
479 480 481 |
# File 'sig/types.rbs', line 479 def account_id @account_id end |
#experiment_id ⇒ ::String
Returns the value of attribute experiment_id.
478 479 480 |
# File 'sig/types.rbs', line 478 def experiment_id @experiment_id end |