Class: Aws::AuditManager::Types::RegisterOrganizationAdminAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::RegisterOrganizationAdminAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account_id ⇒ String
The identifier for the delegated administrator account.
Instance Attribute Details
#admin_account_id ⇒ String
The identifier for the delegated administrator account.
3866 3867 3868 3869 3870 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3866 class RegisterOrganizationAdminAccountRequest < Struct.new( :admin_account_id) SENSITIVE = [] include Aws::Structure end |