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.
1408 1409 1410 1411 1412 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1408 class CreateTrustResult < Struct.new( :trust_id) SENSITIVE = [] include Aws::Structure end |