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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_accountString

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.

Returns:

  • (String)


298
299
300
301
302
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 298

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