Class: Aws::WorkMail::Types::DeleteOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteOrganizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The organization ID.
-
#state ⇒ String
The state of the organization.
Instance Attribute Details
#organization_id ⇒ String
The organization ID.
1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-workmail/types.rb', line 1130 class DeleteOrganizationResponse < Struct.new( :organization_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the organization.
1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-workmail/types.rb', line 1130 class DeleteOrganizationResponse < Struct.new( :organization_id, :state) SENSITIVE = [] include Aws::Structure end |