Class: Aws::SecurityHub::Types::CreateMembersRequest

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

#account_detailsArray<Types::AccountDetails>

The list of accounts to associate with the Security Hub administrator account. For each account, the list includes the account ID and optionally the email address.

Returns:



23804
23805
23806
23807
23808
# File 'lib/aws-sdk-securityhub/types.rb', line 23804

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