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
- Struct
- Aws::GuardDuty::Types::InviteMembersRequest
- Defined in:
- (unknown)
Overview
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
-
#account_ids ⇒ Array<String>
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
-
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account that you want to invite members with.
-
#disable_email_notification ⇒ Boolean
A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.
-
#message ⇒ String
The invitation message that you want to send to the accounts that you\'re inviting to GuardDuty as members.
Instance Attribute Details
#account_ids ⇒ Array<String>
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account that you want to invite members with.
#disable_email_notification ⇒ Boolean
A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.
#message ⇒ String
The invitation message that you want to send to the accounts that you\'re inviting to GuardDuty as members.