You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::InviteMembersRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InviteMembersRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

A list of account IDs of the accounts that you want to invite to GuardDuty as members.

Returns:

  • (Array<String>)

    A list of account IDs of the accounts that you want to invite to GuardDuty as members.

#detector_idString

The unique ID of the detector of the GuardDuty account that you want to invite members with.

Returns:

  • (String)

    The unique ID of the detector of the GuardDuty account that you want to invite members with.

#disable_email_notificationBoolean

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

Returns:

  • (Boolean)

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

#messageString

The invitation message that you want to send to the accounts that you\'re inviting to GuardDuty as members.

Returns:

  • (String)

    The invitation message that you want to send to the accounts that you\'re inviting to GuardDuty as members.