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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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.

Returns:

  • (String)


4669
4670
4671
4672
4673
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4669

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