Class: Aws::Types::AccountSource
- Inherits:
-
Object
- Object
- Aws::Types::AccountSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Accounts, CustomAccountPoolHandler, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[Types::AccountInfo]
Returns the value of attribute accounts.
-
#custom_account_pool_handler ⇒ Types::CustomAccountPoolHandler
Returns the value of attribute custom_account_pool_handler.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#accounts ⇒ ::Array[Types::AccountInfo]
Returns the value of attribute accounts.
98 99 100 |
# File 'sig/types.rbs', line 98 def accounts @accounts end |
#custom_account_pool_handler ⇒ Types::CustomAccountPoolHandler
Returns the value of attribute custom_account_pool_handler.
99 100 101 |
# File 'sig/types.rbs', line 99 def custom_account_pool_handler @custom_account_pool_handler end |
#unknown ⇒ Object
Returns the value of attribute unknown.
100 101 102 |
# File 'sig/types.rbs', line 100 def unknown @unknown end |