Class: Aws::Types::DeleteTargetAccountConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTargetAccountConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
137 138 139 |
# File 'sig/types.rbs', line 137 def account_id @account_id end |
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
136 137 138 |
# File 'sig/types.rbs', line 136 def experiment_template_id @experiment_template_id end |