Class: Aws::WorkMail::Types::DeleteOrganizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteOrganizationRequest
- Defined in:
- gems/aws-sdk-workmail/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.
-
#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.
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_directory ⇒ Boolean
If true, deletes the AWS Directory Service directory associated with the organization.
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_id ⇒ String
The organization ID.
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 |