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.
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 |