You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::GetMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetMembersRequest
- Defined in:
- (unknown)
Overview
Note:
When passing GetMembersRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "DetectorId", # required
account_ids: ["AccountId"], # required
}
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
A list of account IDs of the GuardDuty member accounts that you want to describe.
-
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account whose members you want to retrieve.
Instance Attribute Details
#account_ids ⇒ Array<String>
A list of account IDs of the GuardDuty member accounts that you want to describe.
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account whose members you want to retrieve.