Class: Aws::WorkMail::Types::DeleteOrganizationResponse

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

#organization_idString

The organization ID.

Returns:

  • (String)


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

#stateString

The state of the organization.

Returns:

  • (String)


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