Class: Aws::Types::GetTargetAccountConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTargetAccountConfigurationRequest
- 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.
510 511 512 |
# File 'sig/types.rbs', line 510 def account_id @account_id end |
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def experiment_template_id @experiment_template_id end |