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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1048

class DeleteOrganizationResponse < Struct.new(
  :organization_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the organization.

Returns:

  • (String)


1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1048

class DeleteOrganizationResponse < Struct.new(
  :organization_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end