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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-workmail/types.rb', line 1110

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

#delete_directoryBoolean

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

Returns:

  • (Boolean)


1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-workmail/types.rb', line 1110

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

#delete_identity_center_applicationBoolean

Deletes IAM Identity Center application for WorkMail. This action does not affect authentication settings for any organization.

Returns:

  • (Boolean)


1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-workmail/types.rb', line 1110

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

#force_deleteBoolean

Deletes a WorkMail organization even if the organization has enabled users.

Returns:

  • (Boolean)


1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-workmail/types.rb', line 1110

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

#organization_idString

The organization ID.

Returns:

  • (String)


1110
1111
1112
1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-workmail/types.rb', line 1110

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