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

Class: Aws::DirectoryService::Types::UpdateTrustRequest

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

Overview

Note:

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

{
  trust_id: "TrustId", # required
  selective_auth: "Enabled", # accepts Enabled, Disabled
}

Instance Attribute Summary collapse

Instance Attribute Details

#selective_authString

Updates selective authentication for the trust.

Possible values:

  • Enabled
  • Disabled

Returns:

  • (String)

    Updates selective authentication for the trust.

#trust_idString

Identifier of the trust relationship.

Returns:

  • (String)

    Identifier of the trust relationship.