class Aws::GuardDuty::Types::InviteMembersRequest

@note When making an API call, you may pass InviteMembersRequest

data as a hash:

    {
      detector_id: "DetectorId", # required
      account_ids: ["AccountId"], # required
      disable_email_notification: false,
      message: "String",
    }

@!attribute [rw] detector_id

The unique ID of the detector of the GuardDuty account that you want
to invite members with.
@return [String]

@!attribute [rw] account_ids

A list of account IDs of the accounts that you want to invite to
GuardDuty as members.
@return [Array<String>]

@!attribute [rw] disable_email_notification

A Boolean value that specifies whether you want to disable email
notification to the accounts that you are inviting to GuardDuty as
members.
@return [Boolean]

@!attribute [rw] message

The invitation message that you want to send to the accounts that
you're inviting to GuardDuty as members.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/InviteMembersRequest AWS API Documentation

Constants

SENSITIVE