You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::AcceptInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AcceptInvitationRequest
- Defined in:
- (unknown)
Overview
Note:
When passing AcceptInvitationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "DetectorId", # required
master_id: "String", # required
invitation_id: "String", # required
}
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty member account.
-
#invitation_id ⇒ String
The value that is used to validate the master account to the member account.
-
#master_id ⇒ String
The account ID of the master GuardDuty account whose invitation you\'re accepting.
Instance Attribute Details
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty member account.
#invitation_id ⇒ String
The value that is used to validate the master account to the member account.
#master_id ⇒ String
The account ID of the master GuardDuty account whose invitation you\'re accepting.