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

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


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1407

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

#disable_email_notificationBoolean

Returns:

  • (Boolean)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1407

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

#messageString

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1407

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