Class: Aws::Macie2::Types::CreateInvitationsRequest

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

Overview

Specifies the settings for an Amazon Macie membership invitation. When you send an invitation, Macie notifies the recipient by creating an Health event for the recipient’s account and, if Macie is already enabled for the account, displaying an Accounts badge and notification on the recipient’s console. You can optionally notify the recipient by also sending the invitation as an email message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

Returns:

  • (Array<String>)


1502
1503
1504
1505
1506
1507
1508
# File 'lib/aws-sdk-macie2/types.rb', line 1502

class CreateInvitationsRequest < Struct.new(
  :account_ids,
  :disable_email_notification,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#disable_email_notificationBoolean

Returns:

  • (Boolean)


1502
1503
1504
1505
1506
1507
1508
# File 'lib/aws-sdk-macie2/types.rb', line 1502

class CreateInvitationsRequest < Struct.new(
  :account_ids,
  :disable_email_notification,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1502
1503
1504
1505
1506
1507
1508
# File 'lib/aws-sdk-macie2/types.rb', line 1502

class CreateInvitationsRequest < Struct.new(
  :account_ids,
  :disable_email_notification,
  :message)
  SENSITIVE = []
  include Aws::Structure
end