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

Class: Aws::DirectoryService::Types::UnshareTarget

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

Overview

Note:

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

{
  id: "TargetId", # required
  type: "ACCOUNT", # required, accepts ACCOUNT
}

Identifier that contains details about the directory consumer account with whom the directory is being unshared.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Identifier of the directory consumer account.

Returns:

  • (String)

    Identifier of the directory consumer account.

#typeString

Type of identifier to be used in the Id field.

Possible values:

  • ACCOUNT

Returns:

  • (String)

    Type of identifier to be used in the Id field.