Class: Aws::WorkMail::Types::OrganizationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workmail/types.rb

Overview

The representation of an organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

The alias associated with the organization.

Returns:

  • (String)


4236
4237
4238
4239
4240
4241
4242
4243
4244
# File 'lib/aws-sdk-workmail/types.rb', line 4236

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#default_mail_domainString

The default email domain associated with the organization.

Returns:

  • (String)


4236
4237
4238
4239
4240
4241
4242
4243
4244
# File 'lib/aws-sdk-workmail/types.rb', line 4236

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.

Returns:

  • (String)


4236
4237
4238
4239
4240
4241
4242
4243
4244
# File 'lib/aws-sdk-workmail/types.rb', line 4236

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier associated with the organization.

Returns:

  • (String)


4236
4237
4238
4239
4240
4241
4242
4243
4244
# File 'lib/aws-sdk-workmail/types.rb', line 4236

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state associated with the organization.

Returns:

  • (String)


4236
4237
4238
4239
4240
4241
4242
4243
4244
# File 'lib/aws-sdk-workmail/types.rb', line 4236

class OrganizationSummary < Struct.new(
  :organization_id,
  :alias,
  :default_mail_domain,
  :error_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end