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
- Struct
- Aws::GuardDuty::Types::CreateMembersRequest
- 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
-
#account_details ⇒ 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_id ⇒ String
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.
Instance Attribute Details
#account_details ⇒ 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_id ⇒ String
The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.