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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_associated_conditional_forwarderBoolean

Delete a conditional forwarder as part of a DeleteTrustRequest.

Returns:

  • (Boolean)


1143
1144
1145
1146
1147
1148
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1143

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

#trust_idString

The Trust ID of the trust relationship to be deleted.

Returns:

  • (String)


1143
1144
1145
1146
1147
1148
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 1143

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