Class: Aws::Types::AccountConstraint

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

Defined Under Namespace

Classes: DelegatedAdmin, ManagementAccount, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delegated_adminTypes::DelegatedAdminConstraint

Returns the value of attribute delegated_admin.



13
14
15
# File 'sig/types.rbs', line 13

def delegated_admin
  @delegated_admin
end

#management_accountTypes::ManagementAccountConstraint

Returns the value of attribute management_account.



12
13
14
# File 'sig/types.rbs', line 12

def 
  @management_account
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


14
15
16
# File 'sig/types.rbs', line 14

def unknown
  @unknown
end