class Aws::WorkMail::Types::DeleteOrganizationRequest

@note When making an API call, you may pass DeleteOrganizationRequest

data as a hash:

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

@!attribute [rw] client_token

The idempotency token associated with the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] organization_id

The organization ID.
@return [String]

@!attribute [rw] delete_directory

If true, deletes the AWS Directory Service directory associated with
the organization.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/DeleteOrganizationRequest AWS API Documentation

Constants

SENSITIVE