Class: Aws::DirectoryService::Types::DeleteTrustResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DeleteTrustResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The result of a DeleteTrust request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trust_id ⇒ String
The Trust ID of the trust relationship that was deleted.
Instance Attribute Details
#trust_id ⇒ String
The Trust ID of the trust relationship that was deleted.
1165 1166 1167 1168 1169 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1165 class DeleteTrustResult < Struct.new( :trust_id) SENSITIVE = [] include Aws::Structure end |