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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The idempotency token associated with the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


913
914
915
916
917
918
919
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 913

class DeleteOrganizationRequest < Struct.new(
  :client_token,
  :organization_id,
  :delete_directory)
  SENSITIVE = []
  include Aws::Structure
end

#delete_directoryBoolean

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

Returns:

  • (Boolean)


913
914
915
916
917
918
919
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 913

class DeleteOrganizationRequest < Struct.new(
  :client_token,
  :organization_id,
  :delete_directory)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The organization ID.

Returns:

  • (String)


913
914
915
916
917
918
919
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 913

class DeleteOrganizationRequest < Struct.new(
  :client_token,
  :organization_id,
  :delete_directory)
  SENSITIVE = []
  include Aws::Structure
end