Class: Aws::Types::AccountSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Accounts, CustomAccountPoolHandler, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accounts::Array[Types::AccountInfo]

Returns the value of attribute accounts.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def accounts
  @accounts
end

#custom_account_pool_handlerTypes::CustomAccountPoolHandler

Returns the value of attribute custom_account_pool_handler.



99
100
101
# File 'sig/types.rbs', line 99

def 
  @custom_account_pool_handler
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


100
101
102
# File 'sig/types.rbs', line 100

def unknown
  @unknown
end