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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

Note:

When making an API call, you may pass AssociateAdminAccountRequest data as a hash:

{
  admin_account: "AWSAccountId", # required
}

Constant Summary collapse

SENSITIVE =
[]

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].

[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts.html

Returns:

  • (String)


181
182
183
184
185
# File 'lib/aws-sdk-fms/types.rb', line 181

class AssociateAdminAccountRequest < Struct.new(
  :admin_account)
  SENSITIVE = []
  include Aws::Structure
end