Class: Aws::DirectoryService::Types::CreateTrustResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CreateTrustResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The result of a CreateTrust request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_id ⇒ String
A unique identifier for the trust relationship that was created.
Instance Attribute Details
#trust_id ⇒ String
A unique identifier for the trust relationship that was created.
1031 1032 1033 1034 1035 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1031 class CreateTrustResult < Struct.new( :trust_id) SENSITIVE = [] include Aws::Structure end |