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

Class: Aws::WorkMail::Types::DeleteOrganizationRequest

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

Overview

Note:

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

{
  client_token: "IdempotencyClientToken",
  organization_id: "OrganizationId", # required
  delete_directory: false, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The idempotency token associated with the request.

Returns:

  • (String)

    The idempotency token associated with the request.

#delete_directoryBoolean

If true, deletes the AWS Directory Service directory associated with the organization.

Returns:

  • (Boolean)

    If true, deletes the AWS Directory Service directory associated with the organization.

#organization_idString

The organization ID.

Returns:

  • (String)

    The organization ID.