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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directoryservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trust_idString

The unique Trust ID of the trust relationship to verify.



5795
5796
5797
5798
5799
# File 'lib/aws-sdk-directoryservice/types.rb', line 5795

class VerifyTrustRequest < Struct.new(
  :trust_id)
  SENSITIVE = []
  include Aws::Structure
end