Class: Aws::DirectoryService::Types::VerifyTrustResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::VerifyTrustResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Result of a VerifyTrust request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_id ⇒ String
The unique Trust ID of the trust relationship that was verified.
Instance Attribute Details
#trust_id ⇒ String
The unique Trust ID of the trust relationship that was verified.
4747 4748 4749 4750 4751 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4747 class VerifyTrustResult < Struct.new( :trust_id) SENSITIVE = [] include Aws::Structure end |