Class: Aws::Types::UpdateTargetAccountConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTargetAccountConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
835 836 837 |
# File 'sig/types.rbs', line 835 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
837 838 839 |
# File 'sig/types.rbs', line 837 def description @description end |
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
834 835 836 |
# File 'sig/types.rbs', line 834 def experiment_template_id @experiment_template_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
836 837 838 |
# File 'sig/types.rbs', line 836 def role_arn @role_arn end |