Class: Aws::SecurityHub::Types::InviteMembersRequest

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_idsArray<String>

The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members.

Returns:

  • (Array<String>)


26104
26105
26106
26107
26108
# File 'lib/aws-sdk-securityhub/types.rb', line 26104

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