Class: Aws::SecurityHub::Types::EnableOrganizationAdminAccountRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_account_idString

The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account.

Returns:

  • (String)


24643
24644
24645
24646
24647
# File 'lib/aws-sdk-securityhub/types.rb', line 24643

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