Class: Aws::Types::CreateTargetAccountConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTargetAccountConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
114 115 116 |
# File 'sig/types.rbs', line 114 def account_id @account_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
112 113 114 |
# File 'sig/types.rbs', line 112 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
116 117 118 |
# File 'sig/types.rbs', line 116 def description @description end |
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def experiment_template_id @experiment_template_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
115 116 117 |
# File 'sig/types.rbs', line 115 def role_arn @role_arn end |