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

Class: Aws::GuardDuty::Types::CreateMembersRequest

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

Overview

Note:

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

{
  detector_id: "DetectorId", # required
  account_details: [ # required
    {
      account_id: "AccountId", # required
      email: "Email", # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#account_detailsArray<Types::AccountDetail>

A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.

Returns:

  • (Array<Types::AccountDetail>)

    A list of account ID and email address pairs of the accounts that you want to associate with the master GuardDuty account.

#detector_idString

The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.

Returns:

  • (String)

    The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.