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.

Returns:

  • (String)


4733
4734
4735
4736
4737
# File 'lib/aws-sdk-directoryservice/types.rb', line 4733

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