Class: Aws::WorkMail::Types::DeleteOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteOrganizationResponse
- Defined in:
- gems/aws-sdk-workmail/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.
664 665 666 667 668 669 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 664 class DeleteOrganizationResponse < Struct.new( :organization_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the organization.
664 665 666 667 668 669 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 664 class DeleteOrganizationResponse < Struct.new( :organization_id, :state) SENSITIVE = [] include Aws::Structure end |