Class: Aws::FMS::Types::AssociateAdminAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::AssociateAdminAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account ⇒ String
The Amazon Web Services account ID to associate with Firewall Manager as the Firewall Manager default administrator account.
Instance Attribute Details
#admin_account ⇒ String
The Amazon Web Services account ID to associate with Firewall Manager as the Firewall Manager default administrator account. This account must be a member account of the organization in Organizations whose resources you want to protect. For more information about Organizations, see [Managing the Amazon Web Services Accounts in Your Organization].
[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts.html
298 299 300 301 302 |
# File 'lib/aws-sdk-fms/types.rb', line 298 class AssociateAdminAccountRequest < Struct.new( :admin_account) SENSITIVE = [] include Aws::Structure end |