You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FMS::Types::AssociateAdminAccountRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateAdminAccountRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  admin_account: "AWSAccountId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#admin_accountString

The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. For more information about AWS Organizations and master accounts, see Managing the AWS Accounts in Your Organization.

Returns:

  • (String)

    The AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account.