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

Class: Aws::DirectoryService::Types::VerifyTrustRequest

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

Overview

Note:

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

{
  trust_id: "TrustId", # required
}

Initiates the verification of an existing trust relationship between an AWS Managed Microsoft AD directory and an external domain.

Instance Attribute Summary collapse

Instance Attribute Details

#trust_idString

The unique Trust ID of the trust relationship to verify.

Returns:

  • (String)

    The unique Trust ID of the trust relationship to verify.