Class: Aws::Types::ExperimentTargetAccountConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTargetAccountConfigurationSummary
- 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.
313 314 315 |
# File 'sig/types.rbs', line 313 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
314 315 316 |
# File 'sig/types.rbs', line 314 def description @description end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
312 313 314 |
# File 'sig/types.rbs', line 312 def role_arn @role_arn end |