Class: Aws::WorkMail::Types::DeleteOrganizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteOrganizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The idempotency token associated with the request.
-
#delete_directory ⇒ Boolean
If true, deletes the AWS Directory Service directory associated with the organization.
-
#delete_identity_center_application ⇒ Boolean
Deletes IAM Identity Center application for WorkMail.
-
#force_delete ⇒ Boolean
Deletes a WorkMail organization even if the organization has enabled users.
-
#organization_id ⇒ String
The organization ID.
Instance Attribute Details
#client_token ⇒ String
The idempotency token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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_directory ⇒ Boolean
If true, deletes the AWS Directory Service directory associated with the organization.
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_application ⇒ Boolean
Deletes IAM Identity Center application for WorkMail. This action does not affect authentication settings for any organization.
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_delete ⇒ Boolean
Deletes a WorkMail organization even if the organization has enabled users.
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_id ⇒ String
The organization ID.
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 |