class Aws::GuardDuty::Types::AcceptInvitationRequest

@note When making an API call, you may pass AcceptInvitationRequest

data as a hash:

    {
      detector_id: "DetectorId", # required
      master_id: "String", # required
      invitation_id: "String", # required
    }

@!attribute [rw] detector_id

The unique ID of the detector of the GuardDuty member account.
@return [String]

@!attribute [rw] master_id

The account ID of the GuardDuty administrator account whose
invitation you're accepting.
@return [String]

@!attribute [rw] invitation_id

The value that is used to validate the administrator account to the
member account.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/AcceptInvitationRequest AWS API Documentation

Constants

SENSITIVE