Class: Aws::Types::EnableIpamOrganizationAdminAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableIpamOrganizationAdminAccountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegated_admin_account_id ⇒ ::String
Returns the value of attribute delegated_admin_account_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#delegated_admin_account_id ⇒ ::String
Returns the value of attribute delegated_admin_account_id.
9207 9208 9209 |
# File 'sig/types.rbs', line 9207 def delegated_admin_account_id @delegated_admin_account_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9206 9207 9208 |
# File 'sig/types.rbs', line 9206 def dry_run @dry_run end |