Class: Aws::Types::DisassociateAccountsInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAccountsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#arn ⇒ ::String
Returns the value of attribute arn.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
352 353 354 |
# File 'sig/types.rbs', line 352 def account_ids @account_ids end |
#arn ⇒ ::String
Returns the value of attribute arn.
351 352 353 |
# File 'sig/types.rbs', line 351 def arn @arn end |