Class: Aws::Types::ExperimentTargetAccountConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTargetAccountConfiguration
- 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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
306 307 308 |
# File 'sig/types.rbs', line 306 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
307 308 309 |
# File 'sig/types.rbs', line 307 def description @description end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
305 306 307 |
# File 'sig/types.rbs', line 305 def role_arn @role_arn end |