Class: Aws::DirectoryService::Types::DeleteTrustRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DeleteTrustRequest
- Includes:
- Structure
- Defined in:
- 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
-
#delete_associated_conditional_forwarder ⇒ Boolean
Delete a conditional forwarder as part of a DeleteTrustRequest.
-
#trust_id ⇒ String
The Trust ID of the trust relationship to be deleted.
Instance Attribute Details
#delete_associated_conditional_forwarder ⇒ Boolean
Delete a conditional forwarder as part of a DeleteTrustRequest.
1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1150 class DeleteTrustRequest < Struct.new( :trust_id, :delete_associated_conditional_forwarder) SENSITIVE = [] include Aws::Structure end |
#trust_id ⇒ String
The Trust ID of the trust relationship to be deleted.
1150 1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1150 class DeleteTrustRequest < Struct.new( :trust_id, :delete_associated_conditional_forwarder) SENSITIVE = [] include Aws::Structure end |