Class: Aws::Types::AccountConstraint
- Inherits:
-
Object
- Object
- Aws::Types::AccountConstraint
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DelegatedAdmin, ManagementAccount, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegated_admin ⇒ Types::DelegatedAdminConstraint
Returns the value of attribute delegated_admin.
-
#management_account ⇒ Types::ManagementAccountConstraint
Returns the value of attribute management_account.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#delegated_admin ⇒ Types::DelegatedAdminConstraint
Returns the value of attribute delegated_admin.
13 14 15 |
# File 'sig/types.rbs', line 13 def delegated_admin @delegated_admin end |
#management_account ⇒ Types::ManagementAccountConstraint
Returns the value of attribute management_account.
12 13 14 |
# File 'sig/types.rbs', line 12 def management_account @management_account end |
#unknown ⇒ Object
Returns the value of attribute unknown.
14 15 16 |
# File 'sig/types.rbs', line 14 def unknown @unknown end |