Class: Aws::DirectoryService::Types::DeleteTrustResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#trust_idString

The Trust ID of the trust relationship that was deleted.

Returns:

  • (String)


1158
1159
1160
1161
1162
# File 'lib/aws-sdk-directoryservice/types.rb', line 1158

class DeleteTrustResult < Struct.new(
  :trust_id)
  SENSITIVE = []
  include Aws::Structure
end