You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::DeleteTrustRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteTrustRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  trust_id: "TrustId", # required
  delete_associated_conditional_forwarder: false,
}

Deletes the local side of an existing trust relationship between the AWS Managed Microsoft AD directory and the external domain.

Instance Attribute Summary collapse

Instance Attribute Details

#delete_associated_conditional_forwarderBoolean

Delete a conditional forwarder as part of a DeleteTrustRequest.

Returns:

  • (Boolean)

    Delete a conditional forwarder as part of a DeleteTrustRequest.

#trust_idString

The Trust ID of the trust relationship to be deleted.

Returns:

  • (String)

    The Trust ID of the trust relationship to be deleted.