Class: Aws::DirectoryService::Types::VerifyTrustRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::VerifyTrustRequest
- 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
-
#trust_id ⇒ String
The unique Trust ID of the trust relationship to verify.
Instance Attribute Details
#trust_id ⇒ String
The unique Trust ID of the trust relationship to verify.
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 |