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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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>)


25980
25981
25982
25983
25984
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25980

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